From 2c22d253163258e519f207abeeebf188dd1724dd Mon Sep 17 00:00:00 2001 From: Richie Cahill Date: Tue, 28 May 2024 19:43:10 -0400 Subject: [PATCH] full path --- .vscode/settings.json | 1 + systems/jeeves/configuration.nix | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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" = {