From 9e71f04c56a740551de1c8b31865b625d059f679 Mon Sep 17 00:00:00 2001 From: Alex Stan Date: Sat, 9 Dec 2023 20:29:26 +0200 Subject: [PATCH] tailscale Signed-off-by: Alex Stan --- hosts/titan/configuration.nix | 3 +++ 1 file changed, 3 insertions(+) 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; + }; };