From 867177bdd1deb000d17090af9f5a1967ee91b71a Mon Sep 17 00:00:00 2001 From: Nguyễn Gia Phong Date: Tue, 21 Feb 2023 20:37:08 +0900 Subject: Host adol.pw --- static.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/static.nix b/static.nix index bdfd73b..25f48af 100644 --- a/static.nix +++ b/static.nix @@ -68,6 +68,12 @@ in { root = "/var/lib/www/${domain}"; }; + "adol.pw" = { + enableACME = true; + forceSSL = true; + root = "/var/lib/www/adol.pw"; + }; + "septagram.suricrasia.online" = { enableACME = true; extraConfig = '' -- cgit 1.4.1