aboutsummaryrefslogtreecommitdiffstats
path: root/configs/default.nix
diff options
context:
space:
mode:
authorLibravatar Alexander Foremny <aforemny@posteo.de>2024-02-16 03:24:36 +0100
committerLibravatar Alexander Foremny <aforemny@posteo.de>2024-02-19 05:19:38 +0100
commit7fcebbdbbc35f2104465604655038a9c350a423c (patch)
tree55ff991e4b43597f42f3de216c24c7b377a9c5ab /configs/default.nix
parentdb8cb61d4a13fa861440379f4788a6524d880467 (diff)
init static.nomath.org
Diffstat (limited to 'configs/default.nix')
-rw-r--r--configs/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/default.nix b/configs/default.nix
index 4710326..992d1de 100644
--- a/configs/default.nix
+++ b/configs/default.nix
@@ -16,5 +16,7 @@
security.acme.certs."code.nomath.org".webroot = "/var/lib/acme/acme-challenge";
security.acme.certs."nomath.org".email = "aforemny@posteo.de";
security.acme.certs."nomath.org".webroot = "/var/lib/acme/acme-challenge";
+ security.acme.certs."static.nomath.org".email = "aforemny@posteo.de";
+ security.acme.certs."static.nomath.org".webroot = "/var/lib/acme/acme-challenge";
networking.firewall.allowedTCPPorts = [ 80 ];
}