From 3f750524d70d9897b5c199df2ca85b87b61a3111 Mon Sep 17 00:00:00 2001 From: Silas Schöffel Date: Sun, 26 May 2024 15:50:09 +0200 Subject: feat(system/services/nginx): add wkd for sils.li --- system/services/nginx/hosts.nix | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'system') 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 @@ -41,6 +41,12 @@ in [ url = "https://codeberg.org/vhack.eu/gpg_wkd.git"; 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"; -- cgit 1.4.1