chore(minecraft): mounts

This commit is contained in:
arcnmx 2024-09-17 12:42:18 -07:00
parent 33b18bc348
commit 75b123776b
15 changed files with 402 additions and 54 deletions

View file

@ -1,6 +1,6 @@
_: {
proxmox = {
vm.id = 106;
vm.id = 109;
container = {
enable = true;
lxc.configJsonFile = ./lxc.json;
@ -8,11 +8,10 @@ _: {
network.interfaces = {
net0 = {
mdns.enable = true;
macAddress = "BC:24:11:C4:66:AB";
address4 = "dhcp";
macAddress = "BC:24:11:C4:66:AD";
address4 = "10.1.1.51/24";
address6 = "auto";
};
net1.internal.enable = true;
};
};
}