summary refs log tree commit diff stats
path: root/system
diff options
context:
space:
mode:
authorSilas Schöffel <sils@sils.li>2024-05-26 15:49:35 +0200
committerSilas Schöffel <sils@sils.li>2024-05-26 19:08:16 +0200
commit89185d7eaff4a8025fe6de9d38a45d6d0eef189b (patch)
tree9261f8d8c374197850e9445cf7a4eb4c0a2a3560 /system
parentfix(system/services/nginx/hosts): Update trinitrix source git path (diff)
downloadnixos-server-89185d7eaff4a8025fe6de9d38a45d6d0eef189b.tar.gz
nixos-server-89185d7eaff4a8025fe6de9d38a45d6d0eef189b.zip
feat(system/services/nginx): add wkd for s-schoeffel.de
Diffstat (limited to 'system')
-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 e91748f..2de0217 100644
--- a/system/services/nginx/hosts.nix
+++ b/system/services/nginx/hosts.nix
@@ -36,6 +36,12 @@ in [
     extraSettings = extraWkdSettings;
   }
   {
+    domain = "openpgpkey.s-schoeffel.de";
+    root = "/etc/nginx/websites/openpgpkey.s-schoeffel.de";
+    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";