merge branch 'main' of gitlab.com:ahoneybun/nix-configs

This commit is contained in:
Aaron Honeycutt 2024-11-16 15:14:45 -07:00
commit f6bc61441f
2 changed files with 43 additions and 2 deletions

View file

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