From 7fcebbdbbc35f2104465604655038a9c350a423c Mon Sep 17 00:00:00 2001 From: Alexander Foremny Date: Fri, 16 Feb 2024 03:24:36 +0100 Subject: init static.nomath.org --- configs/default.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configs/default.nix') 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 ]; } -- cgit v1.2.3