From 012f28eb1ed5270a60bb9602107fd446833c3ad2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torjus=20H=C3=A5kestad?= Date: Sun, 2 Jun 2024 23:23:09 +0200 Subject: [PATCH] Remove escaping --- backup.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup.nix b/backup.nix index ede80b9..6b11ba9 100644 --- a/backup.nix +++ b/backup.nix @@ -1,7 +1,7 @@ { lib, config, pkgs, utils, ... }: let cfg = config.backup-helper; - escaped-path = utils.escapeSystemdPath "/etc/machine-id"; + escaped-path = "/etc/machine-id"; restic-wrapper = pkgs.writeShellApplication { name = "restic-wrapper"; runtimeInputs = [