Commit 3f182f39 authored by Bruno BELANYI's avatar Bruno BELANYI
Browse files

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

parent 745f78a6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@ import ./make-test-python.nix ({ lib, ... }:
    { pkgs, ... }:
    { services.komga = {
        enable = true;
        port = 1234;
        settings.server.port = 1234;
      };
    };