aboutsummaryrefslogtreecommitdiff
path: root/modules/network/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/network/default.nix')
-rw-r--r--modules/network/default.nix6
1 files changed, 3 insertions, 3 deletions
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; };
};
};