From 3aa990e2036c370931ea7ff9e7fc399e26168033 Mon Sep 17 00:00:00 2001 From: Ahwx Date: Wed, 30 Jul 2025 14:17:17 +0200 Subject: [PATCH] chore: remove `smokeping` from `violet` as it is now a `prometheus` module --- modules/services/violet.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/services/violet.nix b/modules/services/violet.nix index dc09fbd..122aa03 100644 --- a/modules/services/violet.nix +++ b/modules/services/violet.nix @@ -24,7 +24,6 @@ ++ [ (import ./remote-build.nix) ] ++ [ (import ./readarr.nix) ] ++ [ (import ./sharkey-proxy.nix) ] - ++ [ (import ./smokeping.nix) ] # ++ [ (import ./komga.nix) ] # ++ [ (import ./xmpp.nix) ] ++ [ (import ./tailscale.nix) ]