diff --git a/hosts/paidh-ceithir.nix b/hosts/paidh-ceithir.nix index 90887f6..6c9180a 100644 --- a/hosts/paidh-ceithir.nix +++ b/hosts/paidh-ceithir.nix @@ -14,5 +14,5 @@ environment.systemPackages = with pkgs; [ ]; - system.stateVersion = "19.09"; # The version of NixOS originally installed + system.stateVersion = "20.03"; # The version of NixOS originally installed } diff --git a/hosts/paidh-coig.nix b/hosts/paidh-coig.nix index 89aff78..76e285f 100644 --- a/hosts/paidh-coig.nix +++ b/hosts/paidh-coig.nix @@ -9,10 +9,10 @@ # Comment out deployment when building the SD Image. deployment.targetHost = "10.69.0.205"; - networking.hostName = "pi-coig"; # Define your hostname. + networking.hostName = "paidh-coig"; # Define your hostname. environment.systemPackages = with pkgs; [ ]; - system.stateVersion = "19.09"; # The version of NixOS originally installed + system.stateVersion = "20.03"; # The version of NixOS originally installed }