diff options
author | Rory& <root@rory.gay> | 2024-11-03 03:40:53 +0100 |
---|---|---|
committer | Rory& <root@rory.gay> | 2024-11-03 03:40:53 +0100 |
commit | cd5601e96c52f8900128ac4b5657eeba84207f81 (patch) | |
tree | c0c50a1896bd8001a72e298f44f39b24135c2f86 /host/Rory-nginx | |
parent | Server changes (diff) | |
download | Rory-Open-Architecture-cd5601e96c52f8900128ac4b5657eeba84207f81.tar.xz |
Maybe this works?
Diffstat (limited to 'host/Rory-nginx')
-rw-r--r-- | host/Rory-nginx/services/email/nginx.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/host/Rory-nginx/services/email/nginx.nix b/host/Rory-nginx/services/email/nginx.nix index 44a99fb..19844ba 100644 --- a/host/Rory-nginx/services/email/nginx.nix +++ b/host/Rory-nginx/services/email/nginx.nix @@ -8,11 +8,11 @@ "/.well-known/mta-sts.txt" = { # age 604800 return = '' - 200 'version: STSv1 + 200 "version: STSv1 mode: enforce max_age: 120 mx: mail.rory.gay - ';''; + ";''; }; }; |