diff --git a/machines/aramis/networking.nix b/machines/aramis/networking.nix index 752fc8c..3e0cb28 100644 --- a/machines/aramis/networking.nix +++ b/machines/aramis/networking.nix @@ -3,7 +3,8 @@ networking = { hostName = "aramis"; domain = "nodomain.local"; # FIXME: gotta fix domain handling - wireless.enable = true; + + networkmanager.enable = true; # The global useDHCP flag is deprecated, therefore explicitly set to false here. # Per-interface useDHCP will be mandatory in the future, so this generated config