summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-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";