summaryrefslogtreecommitdiffstats
path: root/tv/2configs/nets/hkw.nix
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2020-08-19 02:30:51 +0200
committertv <tv@krebsco.de>2020-08-19 02:30:51 +0200
commit358633f9737c8327d6028ebfadf72cbb51df70fb (patch)
tree7e8f573ad0ae14e6cd0acba69e6f7d84aa6c471f /tv/2configs/nets/hkw.nix
parentc61d99ccc653c9bee950c9e2d8a3f5bf6f4d8d1c (diff)
tv nets: gg23 -> hkw
Diffstat (limited to 'tv/2configs/nets/hkw.nix')
-rw-r--r--tv/2configs/nets/hkw.nix69
1 files changed, 69 insertions, 0 deletions
diff --git a/tv/2configs/nets/hkw.nix b/tv/2configs/nets/hkw.nix
new file mode 100644
index 00000000..725e63b1
--- /dev/null
+++ b/tv/2configs/nets/hkw.nix
@@ -0,0 +1,69 @@
+{
+ krebs = {
+ dns.providers.hkw = "hosts";
+ hosts = {
+ nomic = {
+ nets.hkw = {
+ ip4 = {
+ addr = "10.23.1.110";
+ prefix = "10.23.1.0/24";
+ };
+ aliases = [
+ "nomic.hkw"
+ ];
+ ssh.port = 11423;
+ };
+ };
+ ok = {
+ external = true;
+ nets.hkw = {
+ ip4 = {
+ addr = "10.23.1.1";
+ prefix = "10.23.1.0/24";
+ };
+ aliases = [
+ "ok.hkw"
+ ];
+ };
+ };
+ wu = {
+ nets.hkw = {
+ ip4 = {
+ addr = "10.23.1.37";
+ prefix = "10.23.1.0/24";
+ };
+ aliases = [
+ "wu.hkw"
+ "cache.wu.hkw"
+ ];
+ ssh.port = 11423;
+ };
+ };
+ xu = {
+ nets.hkw = {
+ ip4 = {
+ addr = "10.23.1.38";
+ prefix = "10.23.1.0/24";
+ };
+ aliases = [
+ "xu.hkw"
+ "cache.xu.hkw"
+ ];
+ ssh.port = 11423;
+ };
+ };
+ zu = {
+ nets.hkw = {
+ ip4 = {
+ addr = "10.23.1.39";
+ prefix = "10.23.1.0/24";
+ };
+ aliases = [
+ "zu.hkw"
+ ];
+ ssh.port = 11423;
+ };
+ };
+ };
+ };
+}