We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dcf1beb + f6e2fb5 commit a79863fCopy full SHA for a79863f
nixos/modules/services/backup/tarsnap.nix
@@ -87,7 +87,7 @@ in
87
88
cachedir = lib.mkOption {
89
type = lib.types.nullOr lib.types.path;
90
- default = "/var/cache/tarsnap/${utils.lib.escapeSystemdPath config.keyfile}";
+ default = "/var/cache/tarsnap/${utils.escapeSystemdPath config.keyfile}";
91
defaultText = lib.literalExpression ''
92
"/var/cache/tarsnap/''${utils.escapeSystemdPath config.${options.keyfile}}"
93
'';
0 commit comments