mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2026-02-22 21:05:14 +08:00
feat: adds certificates for ahwx.org
This commit is contained in:
parent
185fc681f5
commit
6c30d4518a
1 changed files with 8 additions and 0 deletions
|
|
@ -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" ];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue