From 40790797e111cec5ff682806998d50c38ed7bca9 Mon Sep 17 00:00:00 2001 From: Max Audron Date: Fri, 11 Aug 2023 16:51:35 +0200 Subject: cleanup modules --- machines/phaenn/default.nix | 4 ---- 1 file changed, 4 deletions(-) (limited to 'machines/phaenn/default.nix') diff --git a/machines/phaenn/default.nix b/machines/phaenn/default.nix index d4b4d6c..4f25a5c 100644 --- a/machines/phaenn/default.nix +++ b/machines/phaenn/default.nix @@ -20,9 +20,6 @@ networking = { domain = "vapor.systems"; hostId = "f9274217"; - dhcpcd.enable = false; - usePredictableInterfaceNames = false; - enableIPv6 = true; interfaces.eth0.ipv4.addresses = [{ address = "142.132.159.202"; prefixLength = 26; @@ -36,6 +33,5 @@ address = "fe80::1"; interface = "eth0"; }; - nameservers = [ "1.1.1.1" "8.8.8.8" ]; }; } -- cgit v1.2.3