diff --git a/.vscode/settings.json b/.vscode/settings.json index ac9cee9..57a8fba 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -72,6 +72,7 @@ "numtide", "nvme", "oderwat", + "oneshot", "pciutils", "PGID", "pipewire", diff --git a/systems/jeeves/configuration.nix b/systems/jeeves/configuration.nix index 56fe767..320e9a0 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 -m zfs.snapshot_manager --config-file='/ZFS/Media/Scripts/new/config.toml'"; + ExecStart = "${pkgs.python3} /ZFS/Media/Scripts/new/ZFS/snapshot_manager.py --config-file='/ZFS/Media/Scripts/new/config.toml'"; }; }; timers."snapshot_manager" = {