This commit is contained in:
kat witch 2021-08-12 06:24:00 +01:00
parent dd9fdd5aad
commit 59f33b3288
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72

View file

@ -4,6 +4,8 @@
services.nginx.virtualHosts = {
"${config.network.dns.domain}" = {
root = pkgs.kat-website;
enableACME = true;
forceSSL = true;
};
};
}