Compare commits
No commits in common. "c86125095a3dce3aa791310af5c47e85574729f7" and "18894e237f8f907e191198181040347f63472420" have entirely different histories.
c86125095a
...
18894e237f
@ -19,7 +19,6 @@
|
||||
./milchinsel.nix
|
||||
./mitel-ommclient2.nix
|
||||
./nix-install.nix
|
||||
./nogo2024.nix
|
||||
./ping.nix
|
||||
./public.nix
|
||||
./radicale.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 = "09f06098589e1cc37db4cda49841db192b562b1a";
|
||||
sha256 = "sha256-4tYyIEpUwR94JzjYy7b1FYBzQooPpT3V0wAEreUQZS4=";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Reference in New Issue
Block a user