summaryrefslogtreecommitdiffstats
path: root/1systems
diff options
context:
space:
mode:
Diffstat (limited to '1systems')
-rw-r--r--1systems/tv/cd.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/1systems/tv/cd.nix b/1systems/tv/cd.nix
index e2ce9bba..1252f16c 100644
--- a/1systems/tv/cd.nix
+++ b/1systems/tv/cd.nix
@@ -41,6 +41,14 @@ with lib;
};
}
{
+ imports = [
+ ../../3modules/tv/iptables.nix
+ ../../3modules/tv/nginx.nix
+ ];
+ tv.iptables.input-internet-accept-new-tcp = singleton "http";
+ tv.nginx.servers.cgit.server-names = singleton "cgit.cd.viljetic.de";
+ }
+ {
imports = [ ../../3modules/tv/retiolum.nix ];
tv.retiolum = {
enable = true;