Add host 'martagon'
Signed-off-by: Jeltz <jeltz@federez.net>
This commit is contained in:
parent
dfc05aad4a
commit
a8e3c97ef4
11 changed files with 76 additions and 60 deletions
16
hive.nix
16
hive.nix
|
@ -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
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue