summary refs log tree commit diff stats
path: root/system/services/nginx/hosts.nix
diff options
context:
space:
mode:
authorSilas Schöffel <sils@sils.li>2024-04-24 09:40:35 +0200
committerSilas Schöffel <sils@sils.li>2024-04-24 09:40:35 +0200
commit1f461e48e92cf815ac26f89cc80a1b123128928c (patch)
treec2e8df2a1d14e1e0bea59fe988d001e2a2f61dbb /system/services/nginx/hosts.nix
parentfix(system/services/taskserver): Add required kernel settings (diff)
downloadnixos-server-1f461e48e92cf815ac26f89cc80a1b123128928c.tar.gz
nixos-server-1f461e48e92cf815ac26f89cc80a1b123128928c.zip
fix(treewide): move former git-crypted files to correct location
They were accidentally added at the wrong location in dd4b6bcfc16c7c795b697195eb6703966352d9f4
Diffstat (limited to 'system/services/nginx/hosts.nix')
-rw-r--r--system/services/nginx/hosts.nix12
1 files changed, 12 insertions, 0 deletions
diff --git a/system/services/nginx/hosts.nix b/system/services/nginx/hosts.nix
new file mode 100644
index 0000000..5d27af7
--- /dev/null
+++ b/system/services/nginx/hosts.nix
@@ -0,0 +1,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";
+  }
+]