diff --git a/systems/litterbox-2/default.nix b/systems/litterbox-2/default.nix index d55be39f..c9b8c71a 100644 --- a/systems/litterbox-2/default.nix +++ b/systems/litterbox-2/default.nix @@ -1,6 +1,5 @@ _: { imports = [ - ./proxmox.nix ]; arch = "x86_64"; type = "NixOS"; @@ -11,13 +10,13 @@ _: { ]; network.networks = { tail = { - address4 = "100.70.124.79"; - address6 = "fd7a:115c:a1e0::b001:7c4f"; + #address4 = "100.70.124.79"; + #address6 = "fd7a:115c:a1e0::b001:7c4f"; }; }; exports = { services = { - tailscale.enable = true; + tailscale.enable = false; }; }; }