web: init crimecampus

This commit is contained in:
Rouven Seifert 2024-05-25 15:36:33 +02:00
parent 6a8559fb33
commit 05152b6db4
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
2 changed files with 8 additions and 0 deletions

View file

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

View file

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