summaryrefslogtreecommitdiffstats
path: root/krebs/3modules/tv
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2016-12-03 03:32:44 +0100
committertv <tv@krebsco.de>2016-12-03 03:32:44 +0100
commite62dca94080a3475011c18cc2c4323eac2d56aea (patch)
treefbfcfad22385220e38ff679c4bd95c4e8d684157 /krebs/3modules/tv
parent2c7f303c9779b397085855e41623ba262a15f36b (diff)
zu: define gg23
Diffstat (limited to 'krebs/3modules/tv')
-rw-r--r--krebs/3modules/tv/default.nix12
1 files changed, 7 insertions, 5 deletions
diff --git a/krebs/3modules/tv/default.nix b/krebs/3modules/tv/default.nix
index 3315dd15..d44c322a 100644
--- a/krebs/3modules/tv/default.nix
+++ b/krebs/3modules/tv/default.nix
@@ -391,11 +391,13 @@ with import <stockholm/lib>;
zu = {
cores = 4;
nets = {
- #gg23 = {
- # ip4.addr = "";
- # aliases = ["zu.gg23"];
- # ssh.port = 11423;
- #};
+ gg23 = {
+ ip4.addr = "10.23.1.39";
+ aliases = [
+ "zu.gg23"
+ ];
+ ssh.port = 11423;
+ };
retiolum = {
ip4.addr = "10.243.13.40";
ip6.addr = "42:0:0:0:0:0:0:1340";