From 92cfab813231c59bbc5eabf4d5f350652601f78a Mon Sep 17 00:00:00 2001 From: Craige McWhirter Date: Tue, 10 Mar 2020 07:40:19 +1000 Subject: [PATCH] Renamed paidh-ceithir --- hosts/paidh-ceithir.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; [ ];