parent
f1c3ecffe2
commit
121f077fd0
|
@ -1,7 +0,0 @@
|
||||||
{ config, pkgs, ... }:
|
|
||||||
let
|
|
||||||
domain = "cc.${config.networking.domain}";
|
|
||||||
in
|
|
||||||
{
|
|
||||||
services.nginx.virtualHosts."${domain}".root = "/srv/web/regex";
|
|
||||||
}
|
|
|
@ -1,7 +1,6 @@
|
||||||
{ ... }:
|
{ ... }:
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./crimecampus.nix
|
|
||||||
./ifsrde.nix
|
./ifsrde.nix
|
||||||
./ese.nix
|
./ese.nix
|
||||||
./infoscreen.nix
|
./infoscreen.nix
|
||||||
|
|
Loading…
Reference in a new issue