fix: komga acted weird

This commit is contained in:
Ahwx 2024-10-07 21:29:41 +02:00
parent a90f19a590
commit f4fa947b6f

View file

@ -1,10 +1,10 @@
{ globals, lib, config, pkgs, ... }: { { lib, config, pkgs, ... }: {
services.komga = { services.komga = {
enable = true; enable = true;
port = 2872; port = 2872;
stateDir = "/var/lib/komga"; stateDir = "/var/lib/komga";
openFirewall = true; openFirewall = true;
user = globals.user; user = "liv";
}; };
services = { services = {