summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ymir.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/ymir.nix b/ymir.nix
index baddeec3..df306121 100644
--- a/ymir.nix
+++ b/ymir.nix
@@ -1164,7 +1164,7 @@ in rec {
1164 1164
1165 serviceConfig = { 1165 serviceConfig = {
1166 ExecStart = "${./snap.py} %I"; 1166 ExecStart = "${./snap.py} %I";
1167 ExecCondition = "${pkgs.stdenv.shell} -c \"! systemctl is-active 'borgbackup@*.service\""; 1167 ExecCondition = "${pkgs.stdenv.shell} -c \"! systemctl is-active 'borgbackup@*.service'\"";
1168 Type = "oneshot"; 1168 Type = "oneshot";
1169 Nice = 15; 1169 Nice = 15;
1170 IOSchedulingClass = 2; 1170 IOSchedulingClass = 2;