summary refs log tree commit diff
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2024-11-03 03:55:48 +0100
committerRory& <root@rory.gay>2024-11-03 03:55:48 +0100
commitb4a32ee987f05f9b29e3f1641b8aaabcced5f72c (patch)
tree915cb6b8debd3c7b376dfa2e3112991f24343509
parentMaybe this works? (diff)
downloadRory-Open-Architecture-b4a32ee987f05f9b29e3f1641b8aaabcced5f72c.tar.xz
Remove semicolon after return statement
-rw-r--r--host/Rory-nginx/services/email/nginx.nix3
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 - ";''; - + "''; }; }; };