From 3b9550363fe26f58ed8f26a4424e3d866240485c Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Tue, 8 Feb 2022 20:30:21 +0100 Subject: ymir: ... --- ymir.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ymir.nix') diff --git a/ymir.nix b/ymir.nix index baddeec3..df306121 100644 --- a/ymir.nix +++ b/ymir.nix @@ -1164,7 +1164,7 @@ in rec { serviceConfig = { ExecStart = "${./snap.py} %I"; - ExecCondition = "${pkgs.stdenv.shell} -c \"! systemctl is-active 'borgbackup@*.service\""; + ExecCondition = "${pkgs.stdenv.shell} -c \"! systemctl is-active 'borgbackup@*.service'\""; Type = "oneshot"; Nice = 15; IOSchedulingClass = 2; -- cgit v1.2.3