summary refs log tree commit diff
path: root/host/Rory-nginx/hosts/thearcanebrony.net/files.nix
blob: 45de296b2ec0232a36a3bcd8c7203c4ed7d81989 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
{
  enableACME = true;
  addSSL = true;
  root = "/data/nginx/html_files";
  locations = {
    "/" = {
      index = "index.html";
    };
  };
}