From a254feb6191d9a20ddd6790229bc55e396cec25d Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Thu, 25 Dec 2025 23:02:49 +0530 Subject: Remove unused services + enable send --- modules/network/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'modules/network') diff --git a/modules/network/default.nix b/modules/network/default.nix index a601750..78aea9d 100644 --- a/modules/network/default.nix +++ b/modules/network/default.nix @@ -26,13 +26,13 @@ in "jellyfin.local" = { inherit host; port = ports.jellyfin; }; "jellyseerr.local" = { inherit host; port = ports.jellyseerr; }; "syncthing.local" = { inherit host; port = ports.syncthing; }; - "lidarr.local" = { inherit host; port = ports.lidarr; }; + # "lidarr.local" = { inherit host; port = ports.lidarr; }; "ntfy.local" = { inherit host; port = ports.ntfy; }; "grafana.local" = { inherit host; port = ports.grafana; extraNginxOptions.recommendedProxySettings = true; }; - # "send.local" = { inherit host; port = ports.send; }; + "send.local" = { inherit host; port = ports.send; }; "photos.local" = { inherit host; port = ports.immich; }; "news.local" = { inherit host; port = ports.yarr; }; - "librarian.local" = { inherit host; port = ports.lazylibrarian; }; + # "librarian.local" = { inherit host; port = ports.lazylibrarian; }; "paperless.local" = { inherit host; port = ports.paperless; configureNginx = true; }; }; }; -- cgit v1.3.1