From 1d3729652cdda939f1087415ba328e09b1ed9602 Mon Sep 17 00:00:00 2001 From: Richie Cahill Date: Sun, 7 Jul 2024 20:27:22 -0400 Subject: [PATCH] testing path --- systems/jeeves/services.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/systems/jeeves/services.nix b/systems/jeeves/services.nix index 26e7aeb..4ad6db7 100644 --- a/systems/jeeves/services.nix +++ b/systems/jeeves/services.nix @@ -19,6 +19,7 @@ description = "validates startup"; serviceConfig = { Environment = config.sops.secrets."server-validation/webhook".path; + path = [ pkgs.zfs ]; Type = "oneshot"; ExecStart = "${inputs.server_tools.packages.x86_64-linux.default}/bin/validate_jeeves"; };