diff options
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; |