summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hel.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hel.nix b/hel.nix
index 3f0d0108..21213afb 100644
--- a/hel.nix
+++ b/hel.nix
@@ -540,7 +540,7 @@
540 --dry-run \ 540 --dry-run \
541 borg.odin:/srv/backup/borg::yggdrasil.midgard.hel.$1-{utcnow} 541 borg.odin:/srv/backup/borg::yggdrasil.midgard.hel.$1-{utcnow}
542 ''; 542 '';
543 scriptArgs = [ "%i" ]; 543 scriptArgs = "%i";
544 544
545 serviceConfig = { 545 serviceConfig = {
546 WorkingDirectory = "/mnt/snapshot-%i"; 546 WorkingDirectory = "/mnt/snapshot-%i";