diff --git a/hosts/titan/configuration.nix b/hosts/titan/configuration.nix index aaee823..e8c2874 100644 --- a/hosts/titan/configuration.nix +++ b/hosts/titan/configuration.nix @@ -323,6 +323,9 @@ in { PasswordAuthentication = true; }; }; + tailscale = { + enable = true; + }; };