Skip to content

Commit

Permalink
nixos/paperless: #242084 follow up to fix defaultText (#373472)
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 authored Jan 25, 2025
1 parent ca4d24e commit df5ec1a
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 df5ec1a

Please sign in to comment.