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"; + }; }