nixos/hosts/physiques/cameron/info.nix

23 lines
295 B
Nix

{
name = "cameron";
description = "Serveur de stockage adh";
id = 2;
isDebian = true;
networking = {
adm.enable = true;
san.enable = true;
switch = {
# todo recheck port
salameche = -1;
};
};
ilo = {
id = 52;
switch.salameche = 16;
};
}