diff options
author | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2023-02-21 20:37:08 +0900 |
---|---|---|
committer | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2023-02-21 20:37:08 +0900 |
commit | 867177bdd1deb000d17090af9f5a1967ee91b71a (patch) | |
tree | aeee1af6fdde18a8959a9583cf992d9c6fcf0afe | |
parent | 95859c41afd89ab97eca87819b4adaff672e8508 (diff) | |
download | nixos-conf-867177bdd1deb000d17090af9f5a1967ee91b71a.tar.gz |
Host adol.pw
-rw-r--r-- | static.nix | 6 |
1 files changed, 6 insertions, 0 deletions
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 = '' |