diff options
author | tv <tv@krebsco.de> | 2015-07-16 18:09:37 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2015-07-16 22:48:26 +0200 |
commit | 4e1141da39ddede6d4f8ce1e51f9aa34811147b4 (patch) | |
tree | fcdfd496cba0aa85f2752d0170ec5cf69f88205b /3modules/tv/identity.nix | |
parent | 9049df5d9d7272613663e0b19a1a87c6944e47d0 (diff) |
* tv: http://HOST/cgit/ -> http://cgit.HOST/
Diffstat (limited to '3modules/tv/identity.nix')
-rw-r--r-- | 3modules/tv/identity.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/3modules/tv/identity.nix b/3modules/tv/identity.nix index e0cd46c..ed7eb57 100644 --- a/3modules/tv/identity.nix +++ b/3modules/tv/identity.nix @@ -23,6 +23,7 @@ let dc = "tv"; fqdn = "cd.retiolum"; subdomains = [ + "cgit" ]; addr = "10.243.113.222"; #addr6 = "42:4522:25f8:36bb:8ccb:0150:231a:2af3"; @@ -34,6 +35,7 @@ let dc = "tv"; fqdn = "mkdir.retiolum"; subdomains = [ + "cgit" ]; addr = "10.243.113.223"; cores = 1; @@ -43,6 +45,7 @@ let dc = "tv"; fqdn = "nomic.retiolum"; subdomains = [ + "cgit" ]; addr = "10.243.0.110"; cores = 2; @@ -52,6 +55,7 @@ let dc = "tv"; fqdn = "rmdir.retiolum"; subdomains = [ + "cgit" ]; addr = "10.243.113.224"; #addr = "42:4522:25f8:36bb:8ccb:0150:231a:2af5"; @@ -62,6 +66,7 @@ let dc = "tv"; fqdn = "wu.retiolum"; subdomains = [ + "cgit" ]; addr = "10.243.13.37"; cores = 8; |