nixos: Bumped to 20.03
This commit is contained in:
parent
d7bed33d67
commit
89830d958d
|
@ -14,5 +14,5 @@
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
];
|
];
|
||||||
|
|
||||||
system.stateVersion = "19.09"; # The version of NixOS originally installed
|
system.stateVersion = "20.03"; # The version of NixOS originally installed
|
||||||
}
|
}
|
||||||
|
|
|
@ -9,10 +9,10 @@
|
||||||
|
|
||||||
# Comment out deployment when building the SD Image.
|
# Comment out deployment when building the SD Image.
|
||||||
deployment.targetHost = "10.69.0.205";
|
deployment.targetHost = "10.69.0.205";
|
||||||
networking.hostName = "pi-coig"; # Define your hostname.
|
networking.hostName = "paidh-coig"; # Define your hostname.
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
];
|
];
|
||||||
|
|
||||||
system.stateVersion = "19.09"; # The version of NixOS originally installed
|
system.stateVersion = "20.03"; # The version of NixOS originally installed
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue