From 7bc0f5ff14a9ece75787aa0628894c41136ec63f Mon Sep 17 00:00:00 2001 From: Craige McWhirter Date: Thu, 17 Oct 2019 08:48:43 +1000 Subject: [PATCH] Relocated deployment definitions --- Hosts/pi-ceithir.nix | 2 -- Hosts/pi-tri.nix | 2 -- Networks/pi3B_rack.nix | 2 ++ 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/Hosts/pi-ceithir.nix b/Hosts/pi-ceithir.nix index dc0638d..f84c221 100644 --- a/Hosts/pi-ceithir.nix +++ b/Hosts/pi-ceithir.nix @@ -7,8 +7,6 @@ ../Deployments/jormungandr-stake.nix ]; - deployment.targetHost = "10.69.0.204"; - networking.hostName = "pi-ceithir"; # Define your hostname. environment.systemPackages = with pkgs; [ diff --git a/Hosts/pi-tri.nix b/Hosts/pi-tri.nix index 6787681..b93172a 100644 --- a/Hosts/pi-tri.nix +++ b/Hosts/pi-tri.nix @@ -8,8 +8,6 @@ ../Secrets/gitea_home.nix ]; - deployment.targetHost = "10.69.0.203"; - networking.hostName = "pi-tri"; # Define your hostname. environment.systemPackages = with pkgs; [ diff --git a/Networks/pi3B_rack.nix b/Networks/pi3B_rack.nix index 77caea8..0e7e33d 100644 --- a/Networks/pi3B_rack.nix +++ b/Networks/pi3B_rack.nix @@ -45,12 +45,14 @@ imports = [ ../Hosts/pi-tri.nix ]; + deployment.targetHost = "10.69.0.203"; }; pi-ceithir = { imports = [ ../Hosts/pi-ceithir.nix ]; + deployment.targetHost = "10.69.0.204"; }; }