diff options
author | Silas Schöffel <sils@sils.li> | 2024-05-26 15:49:35 +0200 |
---|---|---|
committer | Silas Schöffel <sils@sils.li> | 2024-05-26 19:08:16 +0200 |
commit | 89185d7eaff4a8025fe6de9d38a45d6d0eef189b (patch) | |
tree | 9261f8d8c374197850e9445cf7a4eb4c0a2a3560 /system | |
parent | fix(system/services/nginx/hosts): Update trinitrix source git path (diff) | |
download | nixos-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.nix | 6 |
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"; |