diff --git a/machines/aramis/networking.nix b/machines/aramis/networking.nix index 3e0cb28..929b44d 100644 --- a/machines/aramis/networking.nix +++ b/machines/aramis/networking.nix @@ -4,8 +4,6 @@ hostName = "aramis"; domain = "nodomain.local"; # FIXME: gotta fix domain handling - 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 # replicates the default behaviour. @@ -19,4 +17,7 @@ # Which interface is used to connect to the internet my.networking.externalInterface = "enp0s3"; + + # Enable WiFi integration + my.networking.wireless.enable = true; }