nixos: Bumped to 20.03

This commit is contained in:
Craige McWhirter 2020-10-27 17:06:39 +10:00
parent d7bed33d67
commit 89830d958d
Signed by: sercanto
GPG key ID: 7DBA9F5689EFB6AA
2 changed files with 3 additions and 3 deletions

View file

@ -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
} }

View file

@ -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
} }