diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2022-02-08 20:30:21 +0100 |
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2022-02-08 20:30:21 +0100 |
| commit | 3b9550363fe26f58ed8f26a4424e3d866240485c (patch) | |
| tree | 38091aa98bdb945c31993492d050ea8f0a0b20e8 | |
| parent | 804b42163464e46439396cf4f6e6ce5f55f8eba2 (diff) | |
| download | nixos-3b9550363fe26f58ed8f26a4424e3d866240485c.tar nixos-3b9550363fe26f58ed8f26a4424e3d866240485c.tar.gz nixos-3b9550363fe26f58ed8f26a4424e3d866240485c.tar.bz2 nixos-3b9550363fe26f58ed8f26a4424e3d866240485c.tar.xz nixos-3b9550363fe26f58ed8f26a4424e3d866240485c.zip | |
ymir: ...
| -rw-r--r-- | ymir.nix | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -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; |
