feat: Add miifox.net domain
I’m managing the website for a friend fix #44
This commit is contained in:
parent
2a4331e547
commit
f540d94d01
1 changed files with 8 additions and 0 deletions
|
@ -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";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue