forked from mirrors/nixpkgs
nixosTests.paperless: Convert paperless extraConfig to settings
`services.paperless.extraConfig` has been replaced with `services.paperless.settings` in #277019.
This commit is contained in:
parent
cae82f600a
commit
0b3fbec39d
|
@ -21,7 +21,7 @@ import ./make-test-python.nix ({ lib, ... }: {
|
|||
}
|
||||
];
|
||||
};
|
||||
services.paperless.extraConfig = {
|
||||
services.paperless.settings = {
|
||||
PAPERLESS_DBHOST = "/run/postgresql";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue