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 13:47:52 +01:00
parent cae82f600a
commit 0b3fbec39d
+1 -1
View File
@@ -21,7 +21,7 @@ import ./make-test-python.nix ({ lib, ... }: {
}
];
};
services.paperless.extraConfig = {
services.paperless.settings = {
PAPERLESS_DBHOST = "/run/postgresql";
};
};