infrastructure/systems/freepbx/default.nix

14 lines
196 B
Nix

_: {
type = null;
proxmox = {
vm = {
id = 203;
enable = true;
};
network.interfaces = {
net0 = {
macAddress = "BC:24:11:33:19:04";
};
};
};
}