Skip to content

Commit

Permalink
nixosTests.paperless: Convert paperless extraConfig to settings
Browse files Browse the repository at this point in the history
`services.paperless.extraConfig` has been replaced with
`services.paperless.settings` in #277019.
  • Loading branch information
yayayayaka committed Jan 9, 2024
1 parent cae82f6 commit 0b3fbec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/tests/paperless.nix
Expand Up @@ -21,7 +21,7 @@ import ./make-test-python.nix ({ lib, ... }: {
}
];
};
services.paperless.extraConfig = {
services.paperless.settings = {
PAPERLESS_DBHOST = "/run/postgresql";
};
};
Expand Down

0 comments on commit 0b3fbec

Please sign in to comment.