nix-configs/homelab/kavita/default.nix
Aaron Honeycutt f254fdd4ec add kavita
2024-11-04 15:38:16 -07:00

8 lines
159 B
Nix

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