converted to nix managed paths

This commit is contained in:
Richie Cahill
2024-07-03 17:25:03 -04:00
parent 9c887e0249
commit 68da465b55
3 changed files with 3 additions and 3 deletions

View File

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