testing path

This commit is contained in:
Richie Cahill 2024-07-07 20:27:22 -04:00 committed by Alice Huston
parent 49cadbf282
commit 1d3729652c

View File

@ -19,6 +19,7 @@
description = "validates startup"; description = "validates startup";
serviceConfig = { serviceConfig = {
Environment = config.sops.secrets."server-validation/webhook".path; Environment = config.sops.secrets."server-validation/webhook".path;
path = [ pkgs.zfs ];
Type = "oneshot"; Type = "oneshot";
ExecStart = "${inputs.server_tools.packages.x86_64-linux.default}/bin/validate_jeeves"; ExecStart = "${inputs.server_tools.packages.x86_64-linux.default}/bin/validate_jeeves";
}; };