From c3475c6c057497628f47657cb9c2cd21b354e37f Mon Sep 17 00:00:00 2001 From: Richie Cahill Date: Tue, 28 May 2024 20:05:00 -0400 Subject: [PATCH] adding /bin/python --- systems/jeeves/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systems/jeeves/configuration.nix b/systems/jeeves/configuration.nix index 320e9a0..d55d7e2 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} /ZFS/Media/Scripts/new/ZFS/snapshot_manager.py --config-file='/ZFS/Media/Scripts/new/config.toml'"; + ExecStart = "${pkgs.python3}/bin/python /ZFS/Media/Scripts/new/ZFS/snapshot_manager.py --config-file='/ZFS/Media/Scripts/new/config.toml'"; }; }; timers."snapshot_manager" = {