Added pi-coig
This commit is contained in:
parent
56414230f8
commit
180b85ade4
9
Hosts/pi-coig.nix
Normal file
9
Hosts/pi-coig.nix
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
# NixOps configuration for pi-coig
|
||||||
|
|
||||||
|
{ config, pkgs, lib, ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
|
||||||
|
networking.hostName = "pi-coig"; # Define your hostname.
|
||||||
|
|
||||||
|
}
|
|
@ -53,4 +53,12 @@
|
||||||
deployment.targetHost = "10.69.0.204";
|
deployment.targetHost = "10.69.0.204";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
pi-coig = {
|
||||||
|
imports = [
|
||||||
|
../Hosts/pi-coig.nix
|
||||||
|
];
|
||||||
|
deployment.targetHost = "10.69.0.205";
|
||||||
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue