nixos/hosts/physiques/tealc/info.nix

23 lines
285 B
Nix

{
name = "tealc";
description = "Serveur de stockage adm";
id = 1;
isDebian = true;
networking = {
adm.enable = true;
san.enable = true;
switch = {
carapuce = 10;
arceus = 10;
};
};
ilo = {
id = 51;
switch.salameche = 18;
};
}