infrastructure/systems/freeipa/default.nix
2024-03-24 11:43:59 -07:00

16 lines
255 B
Nix

_: {
type = null;
proxmox = {
vm = {
id = 202;
enable = true;
};
network.interfaces = {
net0 = {
name = "ens18";
macAddress = "BC:24:11:3D:39:91";
};
net1.internal.enable = true;
};
};
}