1
0
Fork 0

Add ard erothek to web-2

This commit is contained in:
clerie 2021-04-30 23:36:26 +02:00
parent 7c13997caa
commit db37daab95
2 changed files with 23 additions and 0 deletions

View File

@ -0,0 +1,22 @@
{ ... }:
{
services.nginx.virtualHosts = {
"www.ard-erothek.de" = {
enableACME = true;
forceSSL = true;
locations."/" = {
return = "301 https://ard-erothek.de$request_uri";
};
};
"ard-erothek.de" = {
enableACME = true;
forceSSL = true;
root = fetchGit {
url = "https://git.clerie.de/clerie/ard-erothek.de.git";
rev = "f030a96a1be550e600e029bf1addd009a89edcce";
};
};
};
}

View File

@ -5,6 +5,7 @@
[
./hardware-configuration.nix
../../configuration/common
./ard-erothek.nix
./bubblesort.nix
./clerie.nix
./gitea.nix