nixos/tests/komga: fix renamed 'port' option

This commit is contained in:
Bruno BELANYI
2024-10-31 11:08:12 +00:00
parent 745f78a683
commit 3f182f399f
+1 -1
View File
@@ -8,7 +8,7 @@ import ./make-test-python.nix ({ lib, ... }:
{ pkgs, ... }:
{ services.komga = {
enable = true;
port = 1234;
settings.server.port = 1234;
};
};