diff options
| author | Akshay Nair <phenax5@gmail.com> | 2025-12-25 23:02:49 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2025-12-25 23:02:49 +0530 |
| commit | a254feb6191d9a20ddd6790229bc55e396cec25d (patch) | |
| tree | 6debd1050ea029aeb05f009706499a7c57defe7c /modules/network | |
| parent | 0ff25a315c87a30963ee6be4799d0f30fe911f7f (diff) | |
| download | homeserver-nixos-config-a254feb6191d9a20ddd6790229bc55e396cec25d.tar.gz homeserver-nixos-config-a254feb6191d9a20ddd6790229bc55e396cec25d.zip | |
Remove unused services + enable send
Diffstat (limited to 'modules/network')
| -rw-r--r-- | modules/network/default.nix | 6 |
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; }; }; }; |
