From cdfa24c396520246482bee04c649f43504421933 Mon Sep 17 00:00:00 2001 From: Ahwx Date: Wed, 2 Jul 2025 16:22:49 +0200 Subject: [PATCH] chore: reorder violet.nix so it looks prettier --- modules/services/violet.nix | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/modules/services/violet.nix b/modules/services/violet.nix index d09612b..a4fb3ca 100644 --- a/modules/services/violet.nix +++ b/modules/services/violet.nix @@ -5,10 +5,12 @@ ++ [ (import ./anubis.nix) ] ++ [ (import ./borg.nix) ] ++ [ (import ./binternet-proxy.nix) ] + ++ [ (import ./bluemap-proxy.nix) ] ++ [ (import ./docker.nix) ] - ++ [ (import ./frp.nix) ] + # ++ [ (import ./frp.nix) ] ++ [ (import ./forgejo.nix) ] ++ [ (import ./grafana.nix) ] + ++ [ (import ./guacamole.nix) ] ++ [ (import ./gokapi.nix) ] ++ [ (import ./jellyfin.nix) ] ++ [ (import ./librey-proxy.nix) ] @@ -17,15 +19,13 @@ ++ [ (import ./mumble.nix) ] ++ [ (import ./monitoring.nix) ] ++ [ (import ./ntfy.nix) ] - ++ [ (import ./bluemap-proxy.nix) ] - ++ [ (import ./sharkey-proxy.nix) ] ++ [ (import ./nginx.nix) ] - # ++ [(import ./komga.nix)] ++ [ (import ./radicale.nix) ] - ++ [ (import ./prosody.nix) ] + ++ [ (import ./readarr.nix) ] + ++ [ (import ./sharkey-proxy.nix) ] + # ++ [(import ./komga.nix)] + # ++ [ (import ./prosody.nix) ] ++ [ (import ./tailscale.nix) ] - ++ [ (import ./guacamole.nix) ] - ++ [ (import ./readarr.nix) ]; - # ++ [(import ./smart-monitoring.nix)] - # ++ [(import ./jitsi-meet.nix)] + # ++ [(import ./smart-monitoring.nix)] + ++ [(import ./jitsi-meet.nix)]: }