From 0796578c0290d9cc2374c7ba80913db6dcf76ac4 Mon Sep 17 00:00:00 2001 From: Jonni Liljamo Date: Sat, 31 Aug 2024 17:38:43 +0300 Subject: [PATCH] feat(hosts/alice): enable tailscale --- hosts/alice/default.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hosts/alice/default.nix b/hosts/alice/default.nix index 350a042..adce06d 100644 --- a/hosts/alice/default.nix +++ b/hosts/alice/default.nix @@ -15,6 +15,11 @@ }; }; + roles.tailscale = { + enable = true; + enableSSH = true; + }; + roles.audio.enable = true; roles.git = { -- 2.44.1