From 90f8d1d7524eb6cdd6710dc0138524113a2a02bf Mon Sep 17 00:00:00 2001 From: Grigory Shipunov Date: Tue, 11 Jul 2023 23:19:42 +0200 Subject: new interface name --- hosts/dishwasher/configuration.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'hosts/dishwasher/configuration.nix') diff --git a/hosts/dishwasher/configuration.nix b/hosts/dishwasher/configuration.nix index 8236101..2f8fad0 100644 --- a/hosts/dishwasher/configuration.nix +++ b/hosts/dishwasher/configuration.nix @@ -16,8 +16,6 @@ boot.loader.efi.canTouchEfiVariables = true; networking = { - useDHCP = true; - interfaces.enp1s0.useDHCP = true; hostName = "dishwasher"; # Define your hostname. useNetworkd = true; firewall.enable = true; @@ -37,7 +35,7 @@ networks."ether" = { matchConfig = { - Name = "enp1s0"; + Name = "enp53s0"; }; networkConfig = { DHCP = "yes"; -- cgit v1.3.1