[hosts] dont configure network on offsite hosts

This commit is contained in:
2026-01-26 14:10:49 +01:00
parent cb5e68ef16
commit eb1ec22605

View File

@@ -30,10 +30,7 @@
ns1 = {
type = "host";
network = {
local = true;
address = "192.168.1.14";
};
network.local = false;
};
lucia = {
@@ -55,11 +52,7 @@
vpn = {
type = "microvm";
network = {
local = true;
address = "10.0.0.10";
mac = "D0:E5:CA:F0:D7:E6";
};
network.local = false;
};
infradocs = {
@@ -73,11 +66,7 @@
uptimekuma = {
type = "microvm";
network = {
local = true;
address = "10.0.0.12";
mac = "D0:E5:CA:F0:D7:E8";
};
network.local = false;
};
nextcloud = {