aboutsummaryrefslogtreecommitdiff
path: root/modules/network
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2026-03-22 12:34:22 +0530
committerAkshay Nair <phenax5@gmail.com>2026-03-22 12:34:22 +0530
commit4dfd12cac4b15fa58c678af269e465bee0edb23b (patch)
treec079ac82768691760e20205c2cafe5a171ed2150 /modules/network
parentcef61e5b571bdba43d8b81c253be505c897f4c4b (diff)
downloadhomeserver-nixos-config-4dfd12cac4b15fa58c678af269e465bee0edb23b.tar.gz
homeserver-nixos-config-4dfd12cac4b15fa58c678af269e465bee0edb23b.zip
Add kavita for books
Diffstat (limited to '')
-rw-r--r--modules/network/default.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/network/default.nix b/modules/network/default.nix
index de349e6..0234686 100644
--- a/modules/network/default.nix
+++ b/modules/network/default.nix
@@ -29,14 +29,13 @@ in
"syncthing.local" = { inherit host; port = ports.syncthing; };
# "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; };
"photos.local" = { inherit host; port = ports.immich; };
"news.local" = { inherit host; port = ports.yarr; };
- # "librarian.local" = { inherit host; port = ports.lazylibrarian; };
"paperless.local" = { inherit host; port = ports.paperless; configureNginx = true; };
"calendar.local" = { inherit host; port = ports.caldav; };
"search.local" = { inherit host; port = ports.search; };
+ "library.local" = { inherit host; port = ports.library; };
};
};