Add host 'perdrigon'

Signed-off-by: Jeltz <jeltz@federez.net>
This commit is contained in:
jeltz 2025-01-17 11:18:22 +01:00
parent 817aab82b6
commit bb03bd9054
Signed by: jeltz
GPG key ID: 800882B66C0C3326
3 changed files with 18 additions and 1 deletions

View file

@ -151,4 +151,20 @@ in
./profiles/discourse.nix
];
};
perdrigon = { name, nodes, ... }: {
deployment.tags = [ "indico" ];
deployment.targetHost = "perdrigon.federez.net";
federez.monitoring.apiKey = "370a181d-6b00-4c3d-af27-ca65e6e4c1b0";
networking.hostName = name;
glucagon.networking = {
nibble = 234;
wan-mac = "BC:24:11:04:9B:51";
};
imports = [
./profiles/vm.nix
];
};
}