diff --git a/machines/playman/hardware-configuration.nix b/machines/playman/hardware-configuration.nix index 39d5775..820b3e2 100644 --- a/machines/playman/hardware-configuration.nix +++ b/machines/playman/hardware-configuration.nix @@ -1,10 +1,13 @@ { pkgs, + lib, ... }: { boot.kernelPackages = pkgs.linuxPackages_latest; + networking.useDHCP = lib.mkForce true; + my.hardware = { bluetooth.enable = true; debug.enable = true;