This commit is contained in:
mjallen18
2025-12-14 20:33:39 -06:00
parent f09246dcba
commit 0012a019fc
8 changed files with 67 additions and 65 deletions

View File

@@ -1,6 +1,7 @@
{
config,
lib,
pkgs,
namespace,
...
}:
@@ -135,6 +136,7 @@ in
calibre-web = {
enable = true;
openFirewall = true;
package = pkgs.stable.calibre-web;
dataDir = cfg.webDir;
listen = {
ip = "0.0.0.0";