From f13fb30320df14c75f7177304150af9fabcabc8e Mon Sep 17 00:00:00 2001 From: caem Date: Fri, 4 Oct 2024 17:46:28 +0200 Subject: [PATCH] Do not hardcode the network configuration --- hosts/workstation/default.nix | 6 ------ 1 file changed, 6 deletions(-) diff --git a/hosts/workstation/default.nix b/hosts/workstation/default.nix index 828c5ff..beacd37 100644 --- a/hosts/workstation/default.nix +++ b/hosts/workstation/default.nix @@ -32,12 +32,6 @@ networking = { hostName = "workstation"; enableIPv6 = false; - nameservers = [ "9.9.9.9" ]; - defaultGateway = "192.168.2.1"; - interfaces.enp34s0.ipv4.addresses = [{ - address = "192.168.2.68"; - prefixLength = 24; - }]; }; time.timeZone = "Europe/Berlin";