diff options
Diffstat (limited to 'system/services')
-rw-r--r-- | system/services/nginx/hosts.nix | 6 |
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"; |