From edc756dfbf3f119ab035f4dc954d8caf8f968083 Mon Sep 17 00:00:00 2001 From: Erwin Boskma Date: Tue, 9 Jul 2024 21:33:42 +0200 Subject: [PATCH] loki: Remove obsolete hosts file --- machines/loki/configuration.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/machines/loki/configuration.nix b/machines/loki/configuration.nix index ac9f4d3..560e64b 100644 --- a/machines/loki/configuration.nix +++ b/machines/loki/configuration.nix @@ -146,10 +146,6 @@ networkmanager.enable = false; useNetworkd = true; - hosts = { - "10.0.0.252" = [ "pve.datarift.nl" ]; - }; - firewall = { trustedInterfaces = [ "lo"