Relocated deployment definitions

This commit is contained in:
Serĉanto de Scio 2019-10-17 08:48:43 +10:00
parent af93fcafa4
commit 7bc0f5ff14
Signed by: sercanto
GPG key ID: A4122FF3971B6865
3 changed files with 2 additions and 4 deletions

View file

@ -7,8 +7,6 @@
../Deployments/jormungandr-stake.nix ../Deployments/jormungandr-stake.nix
]; ];
deployment.targetHost = "10.69.0.204";
networking.hostName = "pi-ceithir"; # Define your hostname. networking.hostName = "pi-ceithir"; # Define your hostname.
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [

View file

@ -8,8 +8,6 @@
../Secrets/gitea_home.nix ../Secrets/gitea_home.nix
]; ];
deployment.targetHost = "10.69.0.203";
networking.hostName = "pi-tri"; # Define your hostname. networking.hostName = "pi-tri"; # Define your hostname.
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [

View file

@ -45,12 +45,14 @@
imports = [ imports = [
../Hosts/pi-tri.nix ../Hosts/pi-tri.nix
]; ];
deployment.targetHost = "10.69.0.203";
}; };
pi-ceithir = { pi-ceithir = {
imports = [ imports = [
../Hosts/pi-ceithir.nix ../Hosts/pi-ceithir.nix
]; ];
deployment.targetHost = "10.69.0.204";
}; };
} }