mirror of
https://gitlab.com/ahoneybun/nix-configs.git
synced 2025-05-12 11:14:02 -06:00
8 lines
159 B
Nix
8 lines
159 B
Nix
{ config, pkgs, lib, ... }:
|
|
|
|
{
|
|
services.kavita = {
|
|
enable = true;
|
|
# tokenKeyFile = "/home/aaronh/TokenKey"; # Update depending on the setup
|
|
};
|
|
}
|