feat: Only load caddy after sops
All checks were successful
Flake checker / Build Nix targets (push) Successful in 9m29s

This commit is contained in:
uttarayan21
2025-08-16 14:49:58 +05:30
parent c4b939dff5
commit 973fb0c972
3 changed files with 24 additions and 0 deletions

View File

@@ -35,6 +35,8 @@
systemd.services.caddy = {
serviceConfig = {
EnvironmentFile = config.sops.templates."HETZNER_API_KEY.env".path;
Requires = ["sops.service"];
After = ["sops.service"];
};
};
}