]> git.immae.eu Git - perso/Immae/Config/Nix.git/blame - nixops/default.nix
Add monitoring host
[perso/Immae/Config/Nix.git] / nixops / default.nix
CommitLineData
30a78336 1{ privateFiles ? ./. }:
a1bb33c4
IB
2{
3 network = {
4 description = "Immae's network";
5 enableRollback = true;
6 };
7
ae485806 8 # Used by hetzner cloud to provision machines
8415083e 9 resources.sshKeyPairs.ssh-key = {};
f807d917 10 eldiron = import ../modules/private/system/eldiron.nix { inherit privateFiles; };
8415083e 11 backup-2 = import ../modules/private/system/backup-2.nix { inherit privateFiles; };
e820134d 12 monitoring-1 = import ../modules/private/system/monitoring-1.nix { inherit privateFiles; };
a1bb33c4 13}