diff --git a/systems/jeeves/configuration.nix b/systems/jeeves/configuration.nix index c573ab0..8f72617 100644 --- a/systems/jeeves/configuration.nix +++ b/systems/jeeves/configuration.nix @@ -132,7 +132,7 @@ serviceConfig = { Environment = "ZFS_BIN=${pkgs.zfs}/bin/zfs"; 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" = {