removed sops dependency

fixed syncthing
This commit is contained in:
2024-09-14 16:05:53 -04:00
parent 76d67502e6
commit d19a485c54
6 changed files with 9 additions and 19 deletions

View File

@@ -20,7 +20,7 @@
description = "validates startup";
path = [ pkgs.zfs ];
serviceConfig = {
# EnvironmentFile = config.sops.secrets."server-validation/webhook".path;
EnvironmentFile = "/root/secrets/services/server-validation";
Type = "oneshot";
ExecStart = "${inputs.system_tools.packages.x86_64-linux.default}/bin/validate_jeeves";
};