Remove ard erothek
This commit is contained in:
parent
f01337ee3a
commit
b25f5e9411
@ -1,22 +0,0 @@
|
|||||||
{ ... }:
|
|
||||||
|
|
||||||
{
|
|
||||||
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";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
}
|
|
@ -5,7 +5,6 @@
|
|||||||
[
|
[
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
../../configuration/common
|
../../configuration/common
|
||||||
./ard-erothek.nix
|
|
||||||
./bubblesort.nix
|
./bubblesort.nix
|
||||||
./clerie.nix
|
./clerie.nix
|
||||||
./gitea.nix
|
./gitea.nix
|
||||||
|
Loading…
Reference in New Issue
Block a user