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 NixOS#277019.
  • Loading branch information
yayayayaka authored and slam-bert committed Jan 11, 2024
1 parent d760166 commit 31086a3
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 31086a3

Please sign in to comment.