renaming server_tools to system_tools

This commit is contained in:
Richie Cahill
2024-08-11 10:30:37 -04:00
parent db9c636678
commit d3d397f930
8 changed files with 42 additions and 190 deletions

View File

@ -23,7 +23,7 @@
serviceConfig = {
EnvironmentFile = config.sops.secrets."server-validation/webhook".path;
Type = "oneshot";
ExecStart = "${inputs.server_tools.packages.x86_64-linux.default}/bin/validate_jeeves";
ExecStart = "${inputs.system_tools.packages.x86_64-linux.default}/bin/validate_jeeves";
};
};
};