feat: adds certificates for ahwx.org

This commit is contained in:
Ahwx 2026-01-08 21:26:18 +01:00
parent 185fc681f5
commit 6c30d4518a

View file

@ -24,6 +24,14 @@
environmentFile = "/home/liv/desec.env"; # location of your DESEC_TOKEN=[value] environmentFile = "/home/liv/desec.env"; # location of your DESEC_TOKEN=[value]
webroot = null; 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" = { "quack.social" = {
domain = "*.quack.social"; domain = "*.quack.social";
extraDomainNames = [ "quack.social" ]; extraDomainNames = [ "quack.social" ];