diff --git a/nixos/modules/services/backup/tarsnap.nix b/nixos/modules/services/backup/tarsnap.nix index ef531a0707c51..43493997931c1 100644 --- a/nixos/modules/services/backup/tarsnap.nix +++ b/nixos/modules/services/backup/tarsnap.nix @@ -87,7 +87,7 @@ in cachedir = lib.mkOption { type = lib.types.nullOr lib.types.path; - default = "/var/cache/tarsnap/${utils.lib.escapeSystemdPath config.keyfile}"; + default = "/var/cache/tarsnap/${utils.escapeSystemdPath config.keyfile}"; defaultText = lib.literalExpression '' "/var/cache/tarsnap/''${utils.escapeSystemdPath config.${options.keyfile}}" '';