1 tv cd: make cgit available on the Internet
This commit is contained in:
parent
766e7d9ed3
commit
d819023370
|
@ -40,6 +40,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 = {
|
||||
|
|
Loading…
Reference in a new issue