Skip to content

Commit

Permalink
nixos/paperless: NixOS#242084 follow up to fix defaultText (NixOS#373472
Browse files Browse the repository at this point in the history
)
  • Loading branch information
SuperSandro2000 authored and nadiaholmquist committed Feb 9, 2025
1 parent f5b29e5 commit 94081d9
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 94081d9

Please sign in to comment.