summary refs log tree commit diff stats
path: root/system/services/nginx/hosts.nix
blob: 5d27af76d18e44fe373caa937b0dd9db3aa695fd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
{...}: [
  {
    domain = "vhack.eu";
    root = "/etc/nginx/websites/vhack.eu";
    url = "https://codeberg.org/vhack.eu/website.git";
  }
  {
    domain = "b-peetz.de";
    root = "/etc/nginx/websites/b-peetz.de";
    url = "https://codeberg.org/bpeetz/b-peetz.de.git";
  }
]