mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 04:19:19 -08:00
15 lines
220 B
Nix
15 lines
220 B
Nix
_: {
|
|
type = null;
|
|
proxmox = {
|
|
vm = {
|
|
id = 202;
|
|
enable = true;
|
|
};
|
|
network.interfaces = {
|
|
net0 = {
|
|
name = "ens18";
|
|
macAddress = "BC:24:11:3D:39:91";
|
|
};
|
|
};
|
|
};
|
|
}
|