summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortv <tv@e>2024-01-24 09:21:32 +0100
committertv <tv@e>2024-01-24 10:02:17 +0100
commita408141428a648d51b2cbd811a3394510b4dd778 (patch)
tree7c03d407558a871637953609c242a53487d6a4c7
parentb4355960eff6be5e3398e2030acd9ac9da6ec472 (diff)
karteil tv leg: add wiregrill ipv4 address
-rw-r--r--kartei/tv/hosts/leg.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/kartei/tv/hosts/leg.nix b/kartei/tv/hosts/leg.nix
index aa023b42d..c09749302 100644
--- a/kartei/tv/hosts/leg.nix
+++ b/kartei/tv/hosts/leg.nix
@@ -17,6 +17,9 @@
'';
tinc.pubkey_ed25519 = " qmxNtjkjzXP4QCIJwXLncYFrIfU7royMlQNSVvR3XKH";
};
+ wiregrill = {
+ ip4.addr = "10.244.3.43";
+ };
};
secure = true;
ssh.pubkey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGiputkYYQbg8sUHu+dMVOEuqhPYwPhPdmkS6LopPx17 root@leg";