nixos: services: paperless: rename settings option
All checks were successful
ci/woodpecker/push/check Pipeline was successful
All checks were successful
ci/woodpecker/push/check Pipeline was successful
This commit is contained in:
parent
309c344a34
commit
b33938e825
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue