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 = {
enable = true;
port = 2872;
stateDir = "/var/lib/komga";
openFirewall = true;
user = globals.user;
user = "liv";
};
services = {