update to nixpkgs-unstable

This commit is contained in:
Kopatz
2024-04-11 21:29:13 +02:00
parent a9c793ccd8
commit fcf8edd53e
5 changed files with 8 additions and 13 deletions

View File

@@ -19,7 +19,7 @@ in
services.kavita = {
enable = true;
user = "kavita";
port = 5000;
settings.Port = 5000;
dataDir = baseDir;
tokenKeyFile = config.age.secrets.kavita.path;
};