From 378029b6bb37527cdde0aa2a5bfe93538d45d024 Mon Sep 17 00:00:00 2001 From: Ahwx Date: Tue, 3 Jun 2025 21:52:35 +0200 Subject: [PATCH] feat: enable tailscale for dandelion --- modules/services/dandelion.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/services/dandelion.nix b/modules/services/dandelion.nix index 74ad09f..edf193d 100644 --- a/modules/services/dandelion.nix +++ b/modules/services/dandelion.nix @@ -7,5 +7,6 @@ ++ [ (import ./home-assistant.nix) ] ++ [ (import ./monitoring.nix) ] ++ [ (import ./smart-monitoring.nix) ] + ++ [ (import ./tailscale.nix) ] ++ [ (import ./hd-idle.nix) ]; }