diff --git a/systems/jeeves/configuration.nix b/systems/jeeves/configuration.nix index d55d7e2..0b1433e 100644 --- a/systems/jeeves/configuration.nix +++ b/systems/jeeves/configuration.nix @@ -122,7 +122,7 @@ after = [ "zfs-import.target" ]; serviceConfig = { Type = "oneshot"; - ExecStart = "${pkgs.python3}/bin/python /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='/ZFS/Media/Scripts/new/config.toml'"; }; }; timers."snapshot_manager" = {