nixosTests.paperless: Convert paperless extraConfig to settings

`services.paperless.extraConfig` has been replaced with
`services.paperless.settings` in #277019.
This commit is contained in:
Yaya 2024-01-09 10:40:09 +00:00
parent cae82f600a
commit 0b3fbec39d

View File

@ -21,7 +21,7 @@ import ./make-test-python.nix ({ lib, ... }: {
}
];
};
services.paperless.extraConfig = {
services.paperless.settings = {
PAPERLESS_DBHOST = "/run/postgresql";
};
};