From 4dfd12cac4b15fa58c678af269e465bee0edb23b Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sun, 22 Mar 2026 12:34:22 +0530 Subject: Add kavita for books --- modules/network/default.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'modules/network/default.nix') 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; }; }; }; -- cgit v1.3.1