1
0

hosts/web-2: Remove tap.clerie.de

This commit is contained in:
clerie 2024-11-20 22:18:24 +01:00
parent 11e6ed35cc
commit 75f691061b
Signed by: clerie
GPG Key ID: BD9F56480870BAD2
2 changed files with 0 additions and 16 deletions

View File

@ -24,7 +24,6 @@
./public.nix ./public.nix
./radicale.nix ./radicale.nix
./reichartstrasse.nix ./reichartstrasse.nix
./tap.nix
./uptimestatus.nix ./uptimestatus.nix
./wetter.nix ./wetter.nix
]; ];

View File

@ -1,15 +0,0 @@
{ pkgs, ... }:
{
services.nginx.virtualHosts = {
"tap.clerie.de" = {
enableACME = true;
forceSSL = true;
root = pkgs.fetchgit {
url = "https://git.clerie.de/clerie/tap.clerie.de.git";
rev = "a90df6f6cb6dc58ab807b230527aae76c48cdcc8";
sha256 = "sha256-GTUy98NHXvR7pG8lUWZm6wa0XjULnDTSu17C/DQuXBI=";
};
};
};
}