pi3b: bumped to NixOS 20.09
This commit is contained in:
parent
9a07c29a02
commit
78e488d0d8
|
@ -14,7 +14,9 @@
|
|||
"vc4" # Allows early (earlier) mode setting
|
||||
];
|
||||
};
|
||||
kernelPackages = pkgs.linuxPackages_latest; # For a Raspberry Pi 2 or 3)
|
||||
# !!! Do select not latest (5.8 at the time) as it is currently broken
|
||||
# !!! (see https://github.com/NixOS/nixpkgs/issues/97064)
|
||||
kernelPackages = pkgs.linuxPackages; # For a Raspberry Pi 2 or 3)
|
||||
kernelParams = [
|
||||
"cma=32M" # Needed for the virtual console to work on the RPi 3
|
||||
"console=ttyS0,115200n8" # Enable the serial console
|
||||
|
@ -53,10 +55,10 @@
|
|||
# as an opaque blob instead of a discrete FAT32 filesystem.
|
||||
options = [ "nofail" "noauto" ];
|
||||
};
|
||||
"/var" = {
|
||||
device = "/dev/disk/by-label/var";
|
||||
fsType = "ext4";
|
||||
};
|
||||
#"/var" = {
|
||||
# device = "/dev/disk/by-label/var";
|
||||
# fsType = "ext4";
|
||||
#};
|
||||
};
|
||||
|
||||
# !!! Adding a swap file is optional, but strongly recommended!
|
||||
|
|
|
@ -8,11 +8,11 @@
|
|||
];
|
||||
|
||||
# Comment out deployment when building the SD Image.
|
||||
deployment.targetHost = "10.69.0.204";
|
||||
deployment.targetHost = "10.42.0.204";
|
||||
networking.hostName = "paidh-ceithir"; # Define your hostname.
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
];
|
||||
|
||||
system.stateVersion = "20.03"; # The version of NixOS originally installed
|
||||
system.stateVersion = "20.09"; # The version of NixOS originally installed
|
||||
}
|
||||
|
|
|
@ -8,11 +8,11 @@
|
|||
];
|
||||
|
||||
# Comment out deployment when building the SD Image.
|
||||
deployment.targetHost = "10.69.0.205";
|
||||
deployment.targetHost = "10.42.0.205";
|
||||
networking.hostName = "paidh-coig"; # Define your hostname.
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
];
|
||||
|
||||
system.stateVersion = "20.03"; # The version of NixOS originally installed
|
||||
system.stateVersion = "20.09"; # The version of NixOS originally installed
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue