nixos: services: paperless: rename settings option
All checks were successful
ci/woodpecker/push/check Pipeline was successful

This commit is contained in:
Bruno BELANYI 2024-01-22 16:57:18 +00:00
parent 309c344a34
commit b33938e825

View file

@ -52,7 +52,7 @@ in
mediaDir = lib.mkIf (cfg.documentPath != null) cfg.documentPath; mediaDir = lib.mkIf (cfg.documentPath != null) cfg.documentPath;
extraConfig = settings =
let let
paperlessDomain = "paperless.${config.networking.domain}"; paperlessDomain = "paperless.${config.networking.domain}";
in in