infrastructure/systems/freepbx/default.nix
2024-03-25 10:57:15 -07:00

17 lines
277 B
Nix

_: {
type = "Linux";
proxmox = {
vm = {
id = 203;
enable = true;
};
network.interfaces = {
net0 = {
name = "ens18";
macAddress = "BC:24:11:33:19:04";
address4 = "dhcp";
address6 = "auto";
};
};
};
}