Revert "web: init crimecampus"

This reverts commit 05152b6db4.
This commit is contained in:
Rouven Seifert 2024-06-16 18:30:08 +02:00
parent f1c3ecffe2
commit 121f077fd0
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
2 changed files with 0 additions and 8 deletions

View file

@ -1,7 +0,0 @@
{ config, pkgs, ... }:
let
domain = "cc.${config.networking.domain}";
in
{
services.nginx.virtualHosts."${domain}".root = "/srv/web/regex";
}

View file

@ -1,7 +1,6 @@
{ ... }:
{
imports = [
./crimecampus.nix
./ifsrde.nix
./ese.nix
./infoscreen.nix