diff options
author | Linnnus <[email protected]> | 2025-05-17 17:15:22 +0200 |
---|---|---|
committer | Linnnus <[email protected]> | 2025-05-17 17:16:57 +0200 |
commit | eb9133ade5e69875f01adf0ba1a540332ce30e14 (patch) | |
tree | 38f37cc5970b74d09d71b5270ce16f62fcc5ba3f /hosts/ahmed/nginx | |
parent | 361910d1b47c813e9a357691a03a2c654c0dcbdc (diff) |
ahmed: Fix dependency ordering between ACME and NGINX
Diffstat (limited to 'hosts/ahmed/nginx')
-rw-r--r-- | hosts/ahmed/nginx/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/ahmed/nginx/default.nix b/hosts/ahmed/nginx/default.nix index 55e6925..ce86e81 100644 --- a/hosts/ahmed/nginx/default.nix +++ b/hosts/ahmed/nginx/default.nix @@ -10,6 +10,7 @@ # Configure ACME. This is used by various HTTP services through the NGINX virtual hosts. security.acme = { acceptTerms = true; + # NOTE: The certificate in `local-dns/certficates.nix` uses a different email! defaults.email = "linusvejlo+${config.networking.hostName}[email protected]"; }; |