From 3615ed942d7c079713f99999ce37075a1a796579 Mon Sep 17 00:00:00 2001 From: Richie Cahill Date: Tue, 28 May 2024 20:36:41 -0400 Subject: [PATCH] added ZFS_BIN envvar --- systems/jeeves/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/systems/jeeves/configuration.nix b/systems/jeeves/configuration.nix index 0b1433e..9460dfd 100644 --- a/systems/jeeves/configuration.nix +++ b/systems/jeeves/configuration.nix @@ -121,6 +121,7 @@ requires = [ "zfs-import.target" ]; after = [ "zfs-import.target" ]; serviceConfig = { + Environment = "ZFS_BIN=${pkgs.zfs}/bin/zfs"; Type = "oneshot"; ExecStart = "${pkgs.python3}/bin/python3 /ZFS/Media/Scripts/new/ZFS/snapshot_manager.py --config-file='/ZFS/Media/Scripts/new/config.toml'"; };