nixos: services: komga: use 'settings'
All checks were successful
ci/woodpecker/push/check Pipeline was successful

This commit is contained in:
Bruno BELANYI 2025-01-13 17:38:05 +00:00
parent ae0dfa30df
commit fedf66449e

View file

@ -21,10 +21,10 @@ in
inherit (cfg) port; inherit (cfg) port;
group = "media"; group = "media";
};
systemd.services.komga.environment = { settings = {
LOGGING_LEVEL_ORG_GOTSON_KOMGA = "DEBUG"; # Needed for fail2ban logging.level.org.gotson.komga = "DEBUG"; # Needed for fail2ban
};
}; };
# Set-up media group # Set-up media group