summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorSilas Schöffel <sils@sils.li>2024-05-26 15:50:09 +0200
committerSilas Schöffel <sils@sils.li>2024-05-26 19:08:17 +0200
commit3f750524d70d9897b5c199df2ca85b87b61a3111 (patch)
tree9f68f99e292ff393849b2b97637dd1594f741517
parentfeat(system/services/nginx): add wkd for s-schoeffel.de (diff)
downloadnixos-server-3f750524d70d9897b5c199df2ca85b87b61a3111.tar.gz
nixos-server-3f750524d70d9897b5c199df2ca85b87b61a3111.zip
feat(system/services/nginx): add wkd for sils.li
-rw-r--r--system/services/nginx/hosts.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/system/services/nginx/hosts.nix b/system/services/nginx/hosts.nix
index 2de0217..9bad97d 100644
--- a/system/services/nginx/hosts.nix
+++ b/system/services/nginx/hosts.nix
@@ -42,6 +42,12 @@ in [
     extraSettings = extraWkdSettings;
   }
   {
+    domain = "openpgpkey.sils.li";
+    root = "/etc/nginx/websites/openpgpkey.sils.li";
+    url = "https://codeberg.org/vhack.eu/gpg_wkd.git";
+    extraSettings = extraWkdSettings;
+  }
+  {
     domain = "openpgpkey.vhack.eu";
     root = "/etc/nginx/websites/openpgpkey.vhack.eu";
     url = "https://codeberg.org/vhack.eu/gpg_wkd.git";