From 45a9b7475bc90bf96163dcfa1fa23b44e041054f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Thu, 14 Sep 2023 13:24:40 +0300 Subject: [PATCH] vno1-rp3b: dhcp --- hosts/vno1-rp3b/configuration.nix | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/hosts/vno1-rp3b/configuration.nix b/hosts/vno1-rp3b/configuration.nix index 3817c00..29ca33d 100644 --- a/hosts/vno1-rp3b/configuration.nix +++ b/hosts/vno1-rp3b/configuration.nix @@ -108,16 +108,7 @@ hostId = "4bd17751"; hostName = "vno1-rp3b"; domain = "servers.jakst"; - defaultGateway = "192.168.189.4"; - nameservers = ["192.168.189.4"]; - interfaces.enu1u1u1.ipv4.addresses = [ - { - address = "192.168.189.5"; - prefixLength = 24; - } - ]; - firewall = { - }; + dhcpcd.enable = true; }; nixpkgs.hostPlatform = "aarch64-linux";