summaryrefslogtreecommitdiffstats
path: root/tv/2configs/nets/hkw.nix
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2023-09-12 12:56:39 +0200
committertv <tv@krebsco.de>2023-09-13 16:23:38 +0200
commitfbd485cd86c7e9984819357398f912a2d5510845 (patch)
treee1a9e2eedacfa25018d6b0eef3f4628a4d503ebc /tv/2configs/nets/hkw.nix
parent5370e0485788224126861e076110ac705013d2de (diff)
tv: emigrate
Diffstat (limited to 'tv/2configs/nets/hkw.nix')
-rw-r--r--tv/2configs/nets/hkw.nix68
1 files changed, 0 insertions, 68 deletions
diff --git a/tv/2configs/nets/hkw.nix b/tv/2configs/nets/hkw.nix
deleted file mode 100644
index 51a8a7366..000000000
--- a/tv/2configs/nets/hkw.nix
+++ /dev/null
@@ -1,68 +0,0 @@
-{
- 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 = {
- 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"
- ];
- };
- };
- 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.40";
- prefix = "10.23.1.0/24";
- };
- aliases = [
- "zu.hkw"
- ];
- ssh.port = 11423;
- };
- };
- };
- };
-}