diff --git a/thor/configuration.nix b/thor/configuration.nix index 2332052..ea8162d 100644 --- a/thor/configuration.nix +++ b/thor/configuration.nix @@ -69,12 +69,7 @@ with lib; { networking = { hostName = "thor"; # Define your hostname. - interfaces = { - eno1.useDHCP = true; - wlp5s0.useDHCP = true; - }; networkmanager.enable = true; - useDHCP = false; }; time.timeZone = "Europe/Rome";