fixed snapshot_manager manager path

This commit is contained in:
Richie Cahill 2024-06-25 12:23:17 -04:00
parent cdb90a09aa
commit b6672029e6

View File

@ -132,7 +132,7 @@
serviceConfig = { serviceConfig = {
Environment = "ZFS_BIN=${pkgs.zfs}/bin/zfs"; Environment = "ZFS_BIN=${pkgs.zfs}/bin/zfs";
Type = "oneshot"; Type = "oneshot";
ExecStart = "${pkgs.python3}/bin/python3 /zfs/media/scripts/ZFS/zfs/snapshot_manager.py --config-file='/root/nix-dotfiles/systems/jeeves/snapshot_config.toml'"; ExecStart = "${pkgs.python3}/bin/python3 /zfs/media/scripts/ZFS/snapshot_manager.py --config-file='/root/nix-dotfiles/systems/jeeves/snapshot_config.toml'";
}; };
}; };
timers."snapshot_manager" = { timers."snapshot_manager" = {