diff options
author | polwex <polwex@sortug.com> | 2025-07-26 21:40:09 +0000 |
---|---|---|
committer | polwex <polwex@sortug.com> | 2025-07-26 21:40:09 +0000 |
commit | 05cdc5aa6b41fa4cefa2e7a13520c8a618f8536c (patch) | |
tree | b02b3f529e519c3c8f0de4846e46adc1f99d9fe4 /hosts/cloud/span/nginx.nix | |
parent | 7c48432201b2873a04a2e1bcd5aa3a0662558e26 (diff) | |
parent | cd6e43bc73c43643b06d42e3e025986f1e4edea1 (diff) |
wtf
Diffstat (limited to 'hosts/cloud/span/nginx.nix')
-rw-r--r-- | hosts/cloud/span/nginx.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hosts/cloud/span/nginx.nix b/hosts/cloud/span/nginx.nix index 4da4b68..9bfa8ea 100644 --- a/hosts/cloud/span/nginx.nix +++ b/hosts/cloud/span/nginx.nix @@ -3,6 +3,8 @@ pkgs, ... }: { + security.acme.acceptTerms = true; + security.acme.defaults.email = "admin@spandrell.ch"; services.nginx = { enable = true; appendHttpConfig = '' |