diff --git a/hosts/paidh-ceithir.nix b/hosts/paidh-ceithir.nix index d210208..b91c26b 100644 --- a/hosts/paidh-ceithir.nix +++ b/hosts/paidh-ceithir.nix @@ -7,8 +7,9 @@ ../clusters/pi3B_rack.nix ]; + # Comment out deployment when building the SD Image. deployment.targetHost = "10.69.0.204"; - networking.hostName = "pi-ceithir"; # Define your hostname. + networking.hostName = "paidh-ceithir"; # Define your hostname. environment.systemPackages = with pkgs; [ ];