From 780db9c050a137596a1a04655fe268bedfa78728 Mon Sep 17 00:00:00 2001 From: Kat Inskip Date: Sat, 20 Sep 2025 14:16:16 -0700 Subject: [PATCH] fix(litterbox-2): remove other weird shit --- systems/litterbox-2/default.nix | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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; }; }; }