From 1f461e48e92cf815ac26f89cc80a1b123128928c Mon Sep 17 00:00:00 2001 From: Silas Schöffel Date: Wed, 24 Apr 2024 09:40:35 +0200 Subject: fix(treewide): move former git-crypted files to correct location They were accidentally added at the wrong location in dd4b6bcfc16c7c795b697195eb6703966352d9f4 --- system/services/nginx/hosts.nix | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 system/services/nginx/hosts.nix (limited to 'system/services/nginx') 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"; + } +] -- cgit 1.4.1