test
This commit is contained in:
parent
8b65d7046e
commit
1b92ecefed
@ -17,12 +17,9 @@
|
||||
startup_validation = {
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
description = "validates startup";
|
||||
path = [ pkgs.zfs ];
|
||||
serviceConfig = {
|
||||
Environment = config.sops.secrets."server-validation/webhook".path;
|
||||
path = [
|
||||
"${pkgs.zfs}/bin/zfs"
|
||||
"${pkgs.zfs}/bin/zpool"
|
||||
];
|
||||
Type = "oneshot";
|
||||
ExecStart = "${inputs.server_tools.packages.x86_64-linux.default}/bin/validate_jeeves";
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user