diff options
author | tv <tv@krebsco.de> | 2020-09-05 01:24:43 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2020-09-05 01:30:00 +0200 |
commit | 260bcc495f87976c9a2a1ed6a7565c1eb2075c97 (patch) | |
tree | 8edc4e396b0eb4dfa3adfcb7203f3d966ab1cc29 /tv/2configs/nets | |
parent | 49128d3e16be054f1f4e6beebfb83fafad19641c (diff) |
tv au: init
Diffstat (limited to 'tv/2configs/nets')
-rw-r--r-- | tv/2configs/nets/hkw.nix | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/tv/2configs/nets/hkw.nix b/tv/2configs/nets/hkw.nix index 725e63b..c3acde1 100644 --- a/tv/2configs/nets/hkw.nix +++ b/tv/2configs/nets/hkw.nix @@ -2,6 +2,18 @@ krebs = { dns.providers.hkw = "hosts"; hosts = { + au = { + nets.hkw = { + ip4 = { + addr = "10.23.1.39"; + prefix = "10.23.1.0/24"; + }; + aliases = [ + "au.hkw" + ]; + ssh.port = 11423; + }; + }; nomic = { nets.hkw = { ip4 = { @@ -55,7 +67,7 @@ zu = { nets.hkw = { ip4 = { - addr = "10.23.1.39"; + addr = "10.23.1.40"; prefix = "10.23.1.0/24"; }; aliases = [ |