From 783b52e6812a874f697a0c406e27ebd266b39f8f Mon Sep 17 00:00:00 2001 From: Ahwx Date: Wed, 30 Jul 2025 13:37:50 +0200 Subject: [PATCH] feat: enable some services for `violet` --- modules/services/violet.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/services/violet.nix b/modules/services/violet.nix index d036137..dc09fbd 100644 --- a/modules/services/violet.nix +++ b/modules/services/violet.nix @@ -19,9 +19,12 @@ ++ [ (import ./monitoring.nix) ] ++ [ (import ./ntfy.nix) ] ++ [ (import ./nginx.nix) ] + ++ [ (import ./nix-serve.nix) ] ++ [ (import ./radicale.nix) ] + ++ [ (import ./remote-build.nix) ] ++ [ (import ./readarr.nix) ] ++ [ (import ./sharkey-proxy.nix) ] + ++ [ (import ./smokeping.nix) ] # ++ [ (import ./komga.nix) ] # ++ [ (import ./xmpp.nix) ] ++ [ (import ./tailscale.nix) ]