This commit is contained in:
mjallen18
2026-04-07 18:39:42 -05:00
parent a418d03b19
commit 70002a19e2
365 changed files with 51 additions and 18 deletions

6
modules/nixos/services/kavita/default.nix Normal file → Executable file
View File

@@ -27,9 +27,9 @@ let
enable = true;
dataDir = "${cfg.configDir}/kavita";
tokenKeyFile = config.sops.secrets."jallen-nas/kavita/token".path;
settings = {
inherit (cfg) port;
};
# settings = {
# inherit (cfg) port;
# };
};
};
};