diff options
author | lassulus <lass@aidsballs.de> | 2015-10-18 04:27:24 +0200 |
---|---|---|
committer | lassulus <lass@aidsballs.de> | 2015-10-18 04:27:24 +0200 |
commit | 5f67567d8527db8a83944fcda230394ce741baf0 (patch) | |
tree | 1702b062a349b29a046dae192cc05ce84c9ae947 /tv | |
parent | 2e4573d2dd9f69da1dbd40c41ee70615171abebe (diff) | |
parent | fa8abf4a270596ec418f923216c57c95c50cf7c8 (diff) |
Merge remote-tracking branch 'pnp/master'
Diffstat (limited to 'tv')
-rw-r--r-- | tv/1systems/cd.nix | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tv/1systems/cd.nix b/tv/1systems/cd.nix index 4f196095b..12e52cd11 100644 --- a/tv/1systems/cd.nix +++ b/tv/1systems/cd.nix @@ -66,7 +66,10 @@ with lib; } { tv.iptables.input-internet-accept-new-tcp = singleton "http"; - krebs.nginx.servers.cgit.server-names = singleton "cgit.cd.viljetic.de"; + krebs.nginx.servers.cgit.server-names = [ + "cgit.cd.krebsco.de" + "cgit.cd.viljetic.de" + ]; } { # TODO make public_html also available to cd, cd.retiolum (AKA default) |