Add host 'martagon'

Signed-off-by: Jeltz <jeltz@federez.net>
This commit is contained in:
jeltz 2025-03-27 01:46:56 +01:00
parent dfc05aad4a
commit a8e3c97ef4
Signed by: jeltz
GPG key ID: 800882B66C0C3326
11 changed files with 76 additions and 60 deletions

View file

@ -168,4 +168,20 @@ in
./profiles/indico.nix
];
};
martagon = { name, nodes, ... }: {
deployment.tags = [ "prometheus" ];
deployment.targetHost = "martagon.federez.net";
federez.monitoring.apiKey = "370a181d-6b00-4c3d-af27-ca65e6e4c1b0";
networking.hostName = name;
glucagon.networking = {
nibble = 236;
wan-mac = "BC:24:11:7A:F6:2F";
};
imports = [
./profiles/vm.nix
];
};
}