Relocated deployment definitions
This commit is contained in:
parent
af93fcafa4
commit
7bc0f5ff14
|
@ -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; [
|
||||
|
|
|
@ -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; [
|
||||
|
|
|
@ -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";
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue