From f5a5dca445335729be29e503f8edaacc942211d2 Mon Sep 17 00:00:00 2001 From: noe Date: Sat, 10 Feb 2024 20:20:02 -0500 Subject: [PATCH] monitoring --- nixos/templates/proxmox-lxc.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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"; + #}; }