diff --git a/nixos/templates/proxmox-lxc.nix b/nixos/templates/proxmox-lxc.nix index 2246e79..d560258 100644 --- a/nixos/templates/proxmox-lxc.nix +++ b/nixos/templates/proxmox-lxc.nix @@ -24,7 +24,7 @@ serviceConfig.Restart = "always"; }; - services.tailscale = { - interfaceName = "userspace-networking"; - }; + #services.tailscale = { + # interfaceName = "userspace-networking"; + #}; }