From d1ed14bb03728ca1313cdc7f2e526a6ad850e4d8 Mon Sep 17 00:00:00 2001 From: clerie Date: Sun, 17 Jul 2022 23:28:10 +0200 Subject: [PATCH] monitoring: remove custom dns --- hosts/monitoring/configuration.nix | 37 ------------------------------ 1 file changed, 37 deletions(-) diff --git a/hosts/monitoring/configuration.nix b/hosts/monitoring/configuration.nix index 0cc18a9..d0ed889 100644 --- a/hosts/monitoring/configuration.nix +++ b/hosts/monitoring/configuration.nix @@ -20,43 +20,6 @@ with lib; ]; networking.defaultGateway = { address = "10.42.10.1"; interface = "ens18"; }; networking.defaultGateway6 = { address = "2a01:4f8:1c0c:8221::1"; interface = "ens18"; }; - networking.nameservers = [ "2a01:4f8:1c0c:8221::1" "10.42.10.1" ]; - - networking.hosts = { - # Vlan - "10.42.10.1" = [ "gw.services.net.bula22.de" ]; - "10.42.42.1" = [ "gw.management.net.bula22.de" ]; - "10.42.151.1" = [ "gw.technik-iot.net.bula22.de" ]; - "10.42.201.1" = [ "gw.technik.net.bula22.de" ]; - "10.42.203.1" = [ "gw.hospital.net.bula22.de" ]; - "10.42.204.1" = [ "gw.zoll.net.bula22.de" ]; - "10.42.205.1" = [ "gw.leitstelle.net.bula22.de" ]; - "10.42.206.1" = [ "gw.verwaltung.net.bula22.de" ]; - "10.42.208.1" = [ "gw.yolo.net.bula22.de" ]; - "10.42.209.1" = [ "gw.infojurte.net.bula22.de" ]; - "10.42.210.1" = [ "gw.international.net.bula22.de" ]; - "10.42.211.1" = [ "gw.programmtresen.net.bula22.de" ]; - "10.42.212.1" = [ "gw.open-office.net.bula22.de" ]; - - # Management - "10.42.42.10" = [ "wlan-controller.bula22.de" ]; - "10.42.42.11" = [ "sw-zentral-1.bula22.de" ]; - "10.42.42.12" = [ "sw-zentral-2.bula22.de" ]; - "10.42.42.13" = [ "sw-verwaltung.bula22.de" ]; - "10.42.42.14" = [ "sw-zoll-container.bula22.de" ]; - "10.42.42.15" = [ "sw-zoll-zelt.bula22.de" ]; - "10.42.42.16" = [ "sw-programmtresen.bula22.de" ]; - "10.42.42.17" = [ "sw-international.bula22.de" ]; - "10.42.42.18" = [ "sw-leitstelle.bula22.de" ]; - "10.42.42.19" = [ "sw-infojurte.bula22.de" ]; - "10.42.42.20" = [ "sw-technik-zelt.bula22.de" ]; - "10.42.42.21" = [ "sw-technik-container.bula22.de" ]; - "10.42.42.22" = [ "sw-hospital.bula22.de" ]; - "10.42.42.23" = [ "sw-fuf.bula22.de" ]; - "10.42.42.24" = [ "sw-waschhaus.bula22.de" ]; - "10.42.42.25" = [ "sw-buehne.bula22.de" ]; - "10.42.42.26" = [ "sw-trabantenstadt.bula22.de" ]; - }; services.prometheus.exporters.blackbox = { enable = true;