summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2022-02-08 20:28:53 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2022-02-08 20:28:53 +0100
commit804b42163464e46439396cf4f6e6ce5f55f8eba2 (patch)
treeeb2039bcd38f49285bdcc8cf5d1398a502c79bb8
parent96e8727ce0ad878ee590dd942228356c4c12d593 (diff)
downloadnixos-804b42163464e46439396cf4f6e6ce5f55f8eba2.tar
nixos-804b42163464e46439396cf4f6e6ce5f55f8eba2.tar.gz
nixos-804b42163464e46439396cf4f6e6ce5f55f8eba2.tar.bz2
nixos-804b42163464e46439396cf4f6e6ce5f55f8eba2.tar.xz
nixos-804b42163464e46439396cf4f6e6ce5f55f8eba2.zip
ymir: ...
-rw-r--r--ymir.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/ymir.nix b/ymir.nix
index 41a1557b..baddeec3 100644
--- a/ymir.nix
+++ b/ymir.nix
@@ -1164,6 +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 Type = "oneshot"; 1168 Type = "oneshot";
1168 Nice = 15; 1169 Nice = 15;
1169 IOSchedulingClass = 2; 1170 IOSchedulingClass = 2;