diff options
-rw-r--r-- | ymir.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1196,7 +1196,7 @@ in rec { | |||
1196 | 1196 | ||
1197 | serviceConfig = { | 1197 | serviceConfig = { |
1198 | ExecStart = "${./snap.py} %I"; | 1198 | ExecStart = "${./snap.py} %I"; |
1199 | ExecCondition = "${pkgs.stdenv.shell} -c \"! systemctl is-active 'borgbackup@*.service' | ${pkgs.gnugrep}/bin/grep -q Activating\""; | 1199 | ExecCondition = "${pkgs.stdenv.shell} -c \"! systemctl is-active 'borgbackup@*.service' | ${pkgs.gnugrep}/bin/grep -q activating\""; |
1200 | Environment = [ | 1200 | Environment = [ |
1201 | "BORG_CACHE_DIR=/var/lib/borg/cache" | 1201 | "BORG_CACHE_DIR=/var/lib/borg/cache" |
1202 | ]; | 1202 | ]; |