diff --git a/machines/hosts.nix b/machines/hosts.nix index 4130a617..0f51c2d1 100644 --- a/machines/hosts.nix +++ b/machines/hosts.nix @@ -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 = {