Skip to content

Commit

Permalink
extraConfig Option has been renamed in NixOS/nixpkgs#277019
Browse files Browse the repository at this point in the history
  • Loading branch information
peterablehmann committed May 26, 2024
1 parent 6ae9461 commit ab50bb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/paperless.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ in
services.paperless = {
enable = true;
passwordFile = config.sops.secrets."paperless/password".path;
extraConfig = {
settings = {
PAPERLESS_ADMIN_USER = "peter";
};
};
Expand Down

0 comments on commit ab50bb5

Please sign in to comment.