aboutsummaryrefslogtreecommitdiff
path: root/modules/network/default.nix
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2025-12-25 23:02:49 +0530
committerAkshay Nair <phenax5@gmail.com>2025-12-25 23:02:49 +0530
commita254feb6191d9a20ddd6790229bc55e396cec25d (patch)
tree6debd1050ea029aeb05f009706499a7c57defe7c /modules/network/default.nix
parent0ff25a315c87a30963ee6be4799d0f30fe911f7f (diff)
downloadhomeserver-nixos-config-a254feb6191d9a20ddd6790229bc55e396cec25d.tar.gz
homeserver-nixos-config-a254feb6191d9a20ddd6790229bc55e396cec25d.zip
Remove unused services + enable send
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; };
};
};