From 29521f8994aa2b5669583c42bf5411f9ee808964 Mon Sep 17 00:00:00 2001 From: Ahwx Date: Tue, 5 Aug 2025 21:02:01 +0200 Subject: [PATCH] chore: import `syncthing` on `dandelion` --- modules/services/dandelion.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/services/dandelion.nix b/modules/services/dandelion.nix index c11eff1..ec6d4a1 100644 --- a/modules/services/dandelion.nix +++ b/modules/services/dandelion.nix @@ -7,6 +7,7 @@ ++ [ (import ./home-assistant.nix) ] ++ [ (import ./monitoring.nix) ] ++ [ (import ./smart-monitoring.nix) ] + ++ [ (import ./syncthing.nix) ] ++ [ (import ./tailscale.nix) ] ++ [ (import ./nfs.nix) ] ++ [ (import ./hd-idle.nix) ];