diff --git a/machines/aramis/networking.nix b/machines/aramis/networking.nix index 2759e9c..fbf4c6b 100644 --- a/machines/aramis/networking.nix +++ b/machines/aramis/networking.nix @@ -7,11 +7,6 @@ # Per-interface useDHCP will be mandatory in the future, so this generated config # replicates the default behaviour. useDHCP = false; - - interfaces = { - enp0s31f6.useDHCP = true; - wlp0s20f3.useDHCP = true; - }; }; my.hardware.networking = {