Unverified Commit f6e2fb5e authored by Ashish SHUKLA's avatar Ashish SHUKLA
Browse files

nixos/services.tarsnap: fix escapeSystemdPath invocation

parent 99dc8785
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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}}"
                '';