diff --git a/hardware/asus/configuration.nix b/hardware/asus/configuration.nix index f476130..cb776f2 100644 --- a/hardware/asus/configuration.nix +++ b/hardware/asus/configuration.nix @@ -12,7 +12,6 @@ ]; networking.hostName = "staubfinger"; # Define your hostname. - networking.interfaces.enp0s20u1.useDHCP = true; environment.variables = { ZWEILI_HARDWARE = "asus"; diff --git a/hardware/xps5530/configuration.nix b/hardware/xps5530/configuration.nix index 0380578..9ade1c5 100644 --- a/hardware/xps5530/configuration.nix +++ b/hardware/xps5530/configuration.nix @@ -12,7 +12,6 @@ ]; networking.hostName = "gwyn"; # Define your hostname. - networking.interfaces.enp0s3.useDHCP = true; environment.variables = { ZWEILI_HARDWARE = "xps5530";