From 6c30d4518ad80ce6b6c4f05649ba4e90199c436e Mon Sep 17 00:00:00 2001 From: Ahwx Date: Thu, 8 Jan 2026 21:26:18 +0100 Subject: [PATCH] feat: adds certificates for `ahwx.org` --- modules/services/nginx.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/modules/services/nginx.nix b/modules/services/nginx.nix index aa4315e..0cf7bff 100644 --- a/modules/services/nginx.nix +++ b/modules/services/nginx.nix @@ -24,6 +24,14 @@ environmentFile = "/home/liv/desec.env"; # location of your DESEC_TOKEN=[value] webroot = null; }; + "ahwx.org" = { + domain = "*.ahwx.org"; + extraDomainNames = [ "ahwx.org" ]; + group = config.services.nginx.group; + dnsProvider = "desec"; + environmentFile = "/home/liv/desec.env"; # location of your DESEC_TOKEN=[value] + webroot = null; + }; "quack.social" = { domain = "*.quack.social"; extraDomainNames = [ "quack.social" ];