From f7b1a185790f0263fb5589abb621bd2454c2186d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torjus=20H=C3=A5kestad?= Date: Thu, 12 Mar 2026 19:55:02 +0100 Subject: [PATCH] dns: remove old media PC entry The old Ubuntu media PC (10.69.31.50) is retired, replaced by media1 which auto-registers via its NixOS static IP config. Co-Authored-By: Claude Opus 4.6 --- services/ns/external-hosts.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/services/ns/external-hosts.nix b/services/ns/external-hosts.nix index 439e3c6..e478d37 100644 --- a/services/ns/external-hosts.nix +++ b/services/ns/external-hosts.nix @@ -21,9 +21,6 @@ # 30 "gunter" = "10.69.30.105"; - # 31 - "media" = "10.69.31.50"; - # 99_MGMT "sw1" = "10.69.99.2"; };