Skip to content

Commit

Permalink
nixos/paperless: NixOS#242084 follow up to fix defaultText's
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 committed Jan 22, 2025
1 parent fde4c4a commit f157223
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/modules/services/misc/paperless.nix
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ in
directory = lib.mkOption {
type = lib.types.str;
default = cfg.dataDir + "/export";
defaultText = "\${dataDir}/export";
defaultText = lib.literalExpression "$''{config.services.paperless.dataDir}/export";
description = "Directory to store export.";
};

Expand Down

0 comments on commit f157223

Please sign in to comment.