diff options
| -rw-r--r-- | ymir.nix | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -1170,7 +1170,7 @@ in rec { | |||
| 1170 | services.qemuGuest.enable = true; | 1170 | services.qemuGuest.enable = true; |
| 1171 | 1171 | ||
| 1172 | systemd.services."borgbackup@" = { | 1172 | systemd.services."borgbackup@" = { |
| 1173 | path = with pkgs; [ borgbackup utillinux (python3.withPackages (p: with p; [dateutil python-unshare])) ]; | 1173 | path = with pkgs; [ lvm2 borgbackup utillinux (python3.withPackages (p: with p; [dateutil python-unshare])) ]; |
| 1174 | 1174 | ||
| 1175 | serviceConfig = { | 1175 | serviceConfig = { |
| 1176 | ExecStart = "${./snap.py} %I"; | 1176 | ExecStart = "${./snap.py} %I"; |
