mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
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 New Issue
Block a user