add kavita

This commit is contained in:
Aaron Honeycutt 2024-11-04 15:38:16 -07:00
parent c337b63c97
commit f254fdd4ec
2 changed files with 8 additions and 0 deletions

View file

@ -0,0 +1,8 @@
{ config, pkgs, lib, ... }:
{
services.kavita = {
enable = true;
# tokenKeyFile = "/home/aaronh/TokenKey"; # Update depending on the setup
};
}