mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 04:19:19 -08:00
14 lines
196 B
Nix
14 lines
196 B
Nix
_: {
|
|
type = null;
|
|
proxmox = {
|
|
vm = {
|
|
id = 203;
|
|
enable = true;
|
|
};
|
|
network.interfaces = {
|
|
net0 = {
|
|
macAddress = "BC:24:11:33:19:04";
|
|
};
|
|
};
|
|
};
|
|
}
|