Add reichartstrasse.de to web-2
This commit is contained in:
parent
4752725b67
commit
f3f27b9e5f
@ -12,6 +12,7 @@
|
||||
./milchinsel.nix
|
||||
./public.nix
|
||||
./radicale.nix
|
||||
./reichartstrasse.nix
|
||||
./znc.nix
|
||||
];
|
||||
|
||||
|
22
hosts/web-2/reichartstrasse.nix
Normal file
22
hosts/web-2/reichartstrasse.nix
Normal file
@ -0,0 +1,22 @@
|
||||
{ ... }:
|
||||
|
||||
{
|
||||
services.nginx.virtualHosts = {
|
||||
"www.reichartstrasse.de" = {
|
||||
enableACME = true;
|
||||
forceSSL = true;
|
||||
locations."/" = {
|
||||
return = "301 https://reichartstrasse.de$request_uri";
|
||||
};
|
||||
};
|
||||
|
||||
"reichartstrasse.de" = {
|
||||
enableACME = true;
|
||||
forceSSL = true;
|
||||
root = fetchGit {
|
||||
url = "https://git.clerie.de/clerie/reichartstrasse.de.git";
|
||||
rev = "377e27d8a8d4b701fa7da072d3f3e68925c5f274";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Reference in New Issue
Block a user