summaryrefslogtreecommitdiff
path: root/ymir.nix
diff options
context:
space:
mode:
Diffstat (limited to 'ymir.nix')
-rw-r--r--ymir.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/ymir.nix b/ymir.nix
index 311251bf..27cb198b 100644
--- a/ymir.nix
+++ b/ymir.nix
@@ -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";