Skip to content

Commit

Permalink
feat(athebyne/kavita): testing update branch
Browse files Browse the repository at this point in the history
  • Loading branch information
nevivurn committed Sep 22, 2024
1 parent e4d43b9 commit 6f5ed63
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion systems/athebyne/services/kavita.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,17 @@

let
cfg = config.services.kavita.settings;
inherit
((builtins.getFlake "github:nevivurn/nixpkgs?rev=1e857243b8289bf934de575c89f1d6459f59586e")
.legacyPackages.${pkgs.system}
)
kavita
;
in
{
services.kavita = {
enable = true;
package = pkgs.pkgsUnstable.kavita;
package = kavita;
tokenKeyFile = "/persist/secrets/kavita-token";
settings.IpAddresses = "127.0.0.1";
};
Expand Down

0 comments on commit 6f5ed63

Please sign in to comment.