nixos: services: komga: fix deprecated option
This commit is contained in:
parent
f08787625b
commit
1540483955
1 changed files with 1 additions and 1 deletions
|
|
@ -18,11 +18,11 @@ in
|
||||||
config = lib.mkIf cfg.enable {
|
config = lib.mkIf cfg.enable {
|
||||||
services.komga = {
|
services.komga = {
|
||||||
enable = true;
|
enable = true;
|
||||||
inherit (cfg) port;
|
|
||||||
|
|
||||||
group = "media";
|
group = "media";
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
|
server.port = cfg.port;
|
||||||
logging.level.org.gotson.komga = "DEBUG"; # Needed for fail2ban
|
logging.level.org.gotson.komga = "DEBUG"; # Needed for fail2ban
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue