about summary refs log tree commit diff
path: root/systems
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2024-01-14 17:45:19 +0900
committersefidel <contact@sefidel.net>2024-01-14 17:45:19 +0900
commitc3b86a431ce6545261632f702e82492650f6408f (patch)
treeaa7cba3bddc6c773e88fe15ce66d59c6c357c698 /systems
parent813a4f4340849b407eaa9d03f65fbe8f3e716bf2 (diff)
downloadinfra-c3b86a431ce6545261632f702e82492650f6408f.tar.gz
infra-c3b86a431ce6545261632f702e82492650f6408f.zip
chore(systems/cobalt): sort acme subdomains
Diffstat (limited to 'systems')
-rw-r--r--systems/cobalt/default.nix16
1 files changed, 8 insertions, 8 deletions
diff --git a/systems/cobalt/default.nix b/systems/cobalt/default.nix
index e8a7615..d815260 100644
--- a/systems/cobalt/default.nix
+++ b/systems/cobalt/default.nix
@@ -209,21 +209,21 @@ in
       certs = {
         "exotic.sh" = {
           subDomains = [
-            "git"
-            "matrix"
             "*.labs"
-            "social"
             "bouncer"
-            "meet"
             "chat"
             "cinny"
-            "turn"
-            "metrics"
+            "git"
             "mail"
-            "webmail"
-            "todo"
+            "matrix"
+            "meet"
+            "metrics"
             "rss"
             "rss-bridge"
+            "social"
+            "todo"
+            "turn"
+            "webmail"
           ];
         };
         "nand.moe" = {