diff options
author | tv <tv@shackspace.de> | 2015-07-16 18:09:37 +0200 |
---|---|---|
committer | tv <tv@shackspace.de> | 2015-07-16 22:48:26 +0200 |
commit | 909005ffd5bd019ca2ee4375fb768b737a835415 (patch) | |
tree | fcdfd496cba0aa85f2752d0170ec5cf69f88205b /3modules/tv/identity.nix | |
parent | 90eff048495e9cac767644dac1083374ecc521a1 (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 e0cd46c06..ed7eb5703 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; |