Added pi-coig

This commit is contained in:
Serĉanto de Scio 2019-10-17 10:04:34 +10:00
parent 56414230f8
commit 180b85ade4
Signed by: sercanto
GPG key ID: A4122FF3971B6865
2 changed files with 17 additions and 0 deletions

9
Hosts/pi-coig.nix Normal file
View file

@ -0,0 +1,9 @@
# NixOps configuration for pi-coig
{ config, pkgs, lib, ... }:
{
networking.hostName = "pi-coig"; # Define your hostname.
}

View file

@ -53,4 +53,12 @@
deployment.targetHost = "10.69.0.204";
};
pi-coig = {
imports = [
../Hosts/pi-coig.nix
];
deployment.targetHost = "10.69.0.205";
};
}