From eb1ec22605e10a1b9a1827a390e2b65e7336f2e1 Mon Sep 17 00:00:00 2001 From: kalipso Date: Mon, 26 Jan 2026 14:10:49 +0100 Subject: [PATCH] [hosts] dont configure network on offsite hosts --- machines/hosts.nix | 17 +++-------------- 1 file changed, 3 insertions(+), 14 deletions(-) diff --git a/machines/hosts.nix b/machines/hosts.nix index 4130a61..0f51c2d 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 = {