summary refs log tree commit diff
diff options
context:
space:
mode:
authorTheArcaneBrony <myrainbowdash949@gmail.com>2023-02-12 00:03:02 +0100
committerTheArcaneBrony <myrainbowdash949@gmail.com>2023-02-12 00:03:02 +0100
commit7e1a28dc93afca73baaeb67aa34b50ef3d5a388e (patch)
treec099e3b752839a70b21eba5ac55a104d02769be4
parentAdd rest of domains (diff)
downloadRory-Open-Architecture-7e1a28dc93afca73baaeb67aa34b50ef3d5a388e.tar.xz
Fix missing semicolon
Signed-off-by: TheArcaneBrony <myrainbowdash949@gmail.com>
-rw-r--r--host/Rory-nginx/hosts/thearcanebrony.net/root.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/Rory-nginx/hosts/thearcanebrony.net/root.nix b/host/Rory-nginx/hosts/thearcanebrony.net/root.nix
index 224d5a6..4df2769 100644
--- a/host/Rory-nginx/hosts/thearcanebrony.net/root.nix
+++ b/host/Rory-nginx/hosts/thearcanebrony.net/root.nix
@@ -6,6 +6,6 @@
     };
     "/destroy" = {
       return = "301 https://gitlab.com/KinoshitaProductions/SecureDestroyer/-/raw/master/run";
-    }
+    };
   };
 }
\ No newline at end of file