diff options
author | tv <tv@krebsco.de> | 2020-08-19 02:30:51 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2020-08-19 02:30:51 +0200 |
commit | 358633f9737c8327d6028ebfadf72cbb51df70fb (patch) | |
tree | 7e8f573ad0ae14e6cd0acba69e6f7d84aa6c471f /tv/2configs/nets | |
parent | c61d99ccc653c9bee950c9e2d8a3f5bf6f4d8d1c (diff) |
tv nets: gg23 -> hkw
Diffstat (limited to 'tv/2configs/nets')
-rw-r--r-- | tv/2configs/nets/hkw.nix (renamed from tv/2configs/nets/gg23.nix) | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/tv/2configs/nets/gg23.nix b/tv/2configs/nets/hkw.nix index fc5d239d5..725e63b13 100644 --- a/tv/2configs/nets/gg23.nix +++ b/tv/2configs/nets/hkw.nix @@ -1,65 +1,65 @@ { krebs = { - dns.providers.gg23 = "hosts"; + dns.providers.hkw = "hosts"; hosts = { nomic = { - nets.gg23 = { + nets.hkw = { ip4 = { addr = "10.23.1.110"; prefix = "10.23.1.0/24"; }; aliases = [ - "nomic.gg23" + "nomic.hkw" ]; ssh.port = 11423; }; }; ok = { external = true; - nets.gg23 = { + nets.hkw = { ip4 = { addr = "10.23.1.1"; prefix = "10.23.1.0/24"; }; aliases = [ - "ok.gg23" + "ok.hkw" ]; }; }; wu = { - nets.gg23 = { + nets.hkw = { ip4 = { addr = "10.23.1.37"; prefix = "10.23.1.0/24"; }; aliases = [ - "wu.gg23" - "cache.wu.gg23" + "wu.hkw" + "cache.wu.hkw" ]; ssh.port = 11423; }; }; xu = { - nets.gg23 = { + nets.hkw = { ip4 = { addr = "10.23.1.38"; prefix = "10.23.1.0/24"; }; aliases = [ - "xu.gg23" - "cache.xu.gg23" + "xu.hkw" + "cache.xu.hkw" ]; ssh.port = 11423; }; }; zu = { - nets.gg23 = { + nets.hkw = { ip4 = { addr = "10.23.1.39"; prefix = "10.23.1.0/24"; }; aliases = [ - "zu.gg23" + "zu.hkw" ]; ssh.port = 11423; }; |