From a1386a0ed8ceef1818d68bf37c0ea4e0f65fef30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torjus=20H=C3=A5kestad?= Date: Sun, 2 Jun 2024 23:00:46 +0200 Subject: [PATCH] Check if nix escapes systemd name --- backup.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup.nix b/backup.nix index fb7ec9e..c8efb3f 100644 --- a/backup.nix +++ b/backup.nix @@ -67,7 +67,7 @@ in RandomizedDelaySec = cfg.randomized-delay; }; }; - systemd.timers."backup-helper@etc-machine\x2did" = { + systemd.timers."backup-helper@/etc/machine-id" = { wantedBy = [ "timers.target" ]; overrideStrategy = "asDropin"; };