test
This commit is contained in:
parent
8b65d7046e
commit
1b92ecefed
@ -17,12 +17,9 @@
|
|||||||
startup_validation = {
|
startup_validation = {
|
||||||
wantedBy = [ "multi-user.target" ];
|
wantedBy = [ "multi-user.target" ];
|
||||||
description = "validates startup";
|
description = "validates startup";
|
||||||
|
path = [ pkgs.zfs ];
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
Environment = config.sops.secrets."server-validation/webhook".path;
|
Environment = config.sops.secrets."server-validation/webhook".path;
|
||||||
path = [
|
|
||||||
"${pkgs.zfs}/bin/zfs"
|
|
||||||
"${pkgs.zfs}/bin/zpool"
|
|
||||||
];
|
|
||||||
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";
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user