diff --git a/systems/jeeves/configuration.nix b/systems/jeeves/configuration.nix index d60a857..de02a4c 100644 --- a/systems/jeeves/configuration.nix +++ b/systems/jeeves/configuration.nix @@ -122,7 +122,7 @@ after = [ "zfs-import.target" ]; serviceConfig = { Type = "oneshot"; - ExecStart = "${pkgs.python}/bin/python -m zfs.snapshot_manager --config-file='/ZFS/Media/Scripts/new/config.toml'"; + ExecStart = "${pkgs.python3}/bin/python -m zfs.snapshot_manager --config-file='/ZFS/Media/Scripts/new/config.toml'"; }; }; systemd.timers.snapshot_manager = {