added snapshot_config.toml

This commit is contained in:
Richie Cahill
2024-06-19 18:46:17 -04:00
parent de2a999c4d
commit ecef53edca
2 changed files with 48 additions and 1 deletions

View File

@ -130,7 +130,7 @@
serviceConfig = {
Environment = "ZFS_BIN=${pkgs.zfs}/bin/zfs";
Type = "oneshot";
ExecStart = "${pkgs.python3}/bin/python3 /ZFS/media/Scripts/new/ZFS/snapshot_manager.py --config-file='/ZFS/media/Scripts/new/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" = {