nixos: services: komga: use 'settings'
All checks were successful
ci/woodpecker/push/check Pipeline was successful
All checks were successful
ci/woodpecker/push/check Pipeline was successful
This commit is contained in:
parent
9f2ed2ae5a
commit
c99b5b2532
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue