moved scripts

This commit is contained in:
Richie Cahill
2024-06-20 22:27:14 -04:00
parent de4bf3da89
commit b1e79d14fc

View File

@ -131,7 +131,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/new/zfs/snapshot_manager.py --config-file='/root/nix-dotfiles/systems/jeeves/snapshot_config.toml'"; ExecStart = "${pkgs.python3}/bin/python3 /zfs/media/scripts/new/zfs/snapshot_manager.py --config-file='/root/nix-dotfiles/systems/jeeves/snapshot_config.toml'";
}; };
}; };
timers."snapshot_manager" = { timers."snapshot_manager" = {