feat: Add miifox.net domain

I’m managing the website for a friend

fix #44
This commit is contained in:
Charlotte 🦝 Delenk 2022-03-06 20:21:37 +01:00
parent 2a4331e547
commit f540d94d01
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122

View file

@ -18,4 +18,12 @@
name = "miifox";
ensurePermissions = { "DATABASE miifox" = "ALL PRIVILEGES"; };
}];
services.nginx.virtualHosts."miifox.net" = {
acmeRoot = "/home/miifox/miifox.net";
sslCertificate = "/var/lib/acme/miifox.net/cert.pem";
sslCertificateKey = "/var/lib/acme/miifox.net/key.pem";
locations."/" = {
root = "/home/miifox/miifox.net";
};
};
}