summaryrefslogtreecommitdiff
path: root/hosts/myouga/apache.nix
blob: 9ae4506252103796038b045adc3f7fe44e3769fb (plain)
1
2
3
4
5
6
7
8
{ ... }:

{
  hostName = "ba.ln.ea.cx";
  forceSSL = true;
  sslServerCert = "/etc/letsencrypt/live/ba.ln.ea.cx/fullchain.pem";
  sslServerKey = "/etc/letsencrypt/live/ba.ln.ea.cx/privkey.pem";
}