nixos/hosts/physiques/jack/info.nix

25 lines
294 B
Nix

{
name = "jack";
description = "PVE adm";
id = 13;
isDebian = true;
networking = {
adm.enable = true;
san.enable = true;
srv-nat.enable = true;
switch = {
carapuce = 5;
arceus = 5;
};
};
ilo = {
id = 23;
switch.salameche = 6;
};
}