diff --git a/hosts/framework/configuration.nix b/hosts/framework/configuration.nix index 7ed7c57..0f53bc5 100644 --- a/hosts/framework/configuration.nix +++ b/hosts/framework/configuration.nix @@ -21,10 +21,6 @@ # Enable networking networking.networkmanager.enable = true; - networking.interfaces.enp195s0f3u1u1 = { - useDHCP = true; - }; - # Set your time zone. time.timeZone = "Europe/Stockholm";