From a181f607a5765b4576fde1eb07c0918073d2be62 Mon Sep 17 00:00:00 2001 From: noe Date: Sat, 10 Feb 2024 17:14:13 -0500 Subject: [PATCH] monitoring --- nixos/templates/proxmox-lxc.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nixos/templates/proxmox-lxc.nix b/nixos/templates/proxmox-lxc.nix index 28064bf..2246e79 100644 --- a/nixos/templates/proxmox-lxc.nix +++ b/nixos/templates/proxmox-lxc.nix @@ -23,4 +23,8 @@ wantedBy = [ "getty.target" ]; serviceConfig.Restart = "always"; }; + + services.tailscale = { + interfaceName = "userspace-networking"; + }; }