hosts/web-2: Remove nogo2024.clerie.de
This commit is contained in:
parent
113a14cb9b
commit
8e43e4db39
@ -17,7 +17,6 @@
|
|||||||
./milchinsel.nix
|
./milchinsel.nix
|
||||||
./mitel-ommclient2.nix
|
./mitel-ommclient2.nix
|
||||||
./nix-install.nix
|
./nix-install.nix
|
||||||
./nogo2024.nix
|
|
||||||
./nurausstieg.nix
|
./nurausstieg.nix
|
||||||
./ping.nix
|
./ping.nix
|
||||||
./public.nix
|
./public.nix
|
||||||
|
@ -1,20 +0,0 @@
|
|||||||
{ pkgs, ... }:
|
|
||||||
|
|
||||||
{
|
|
||||||
services.nginx.virtualHosts = {
|
|
||||||
"nogo2024.clerie.de" = {
|
|
||||||
enableACME = true;
|
|
||||||
forceSSL = true;
|
|
||||||
locations."/" = {
|
|
||||||
return = "404";
|
|
||||||
};
|
|
||||||
locations."= /nogo2024.ics" = {
|
|
||||||
root = pkgs.fetchgit {
|
|
||||||
url = "https://git.clerie.de/clerie/nogo2024.git";
|
|
||||||
rev = "fdc07667e6cfa09e91eaaee488528fb842a6115d";
|
|
||||||
sha256 = "sha256-qRviw0sQnMmrkwBO0+AWnmeqZK8wXeFxZJgmLMUtzn4=";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user