diff options
author | Rory& <root@rory.gay> | 2024-11-03 03:55:48 +0100 |
---|---|---|
committer | Rory& <root@rory.gay> | 2024-11-03 03:55:48 +0100 |
commit | b4a32ee987f05f9b29e3f1641b8aaabcced5f72c (patch) | |
tree | 915cb6b8debd3c7b376dfa2e3112991f24343509 /host | |
parent | Maybe this works? (diff) | |
download | Rory-Open-Architecture-b4a32ee987f05f9b29e3f1641b8aaabcced5f72c.tar.xz |
Remove semicolon after return statement
Diffstat (limited to 'host')
-rw-r--r-- | host/Rory-nginx/services/email/nginx.nix | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/host/Rory-nginx/services/email/nginx.nix b/host/Rory-nginx/services/email/nginx.nix index 19844ba..cb2e4e1 100644 --- a/host/Rory-nginx/services/email/nginx.nix +++ b/host/Rory-nginx/services/email/nginx.nix @@ -12,8 +12,7 @@ mode: enforce max_age: 120 mx: mail.rory.gay - ";''; - + "''; }; }; }; |