diff --git a/entropy/nixos/modules/hardware.nix b/entropy/nixos/modules/hardware.nix index 48dc341..9c9a7db 100644 --- a/entropy/nixos/modules/hardware.nix +++ b/entropy/nixos/modules/hardware.nix @@ -7,6 +7,8 @@ # Enable support for flashing new firmware onto my Moonlander hardware.keyboard.zsa.enable = true; + hardware.nvidia.open = true; + services.udev.packages = [ pkgs.libu2f-host ]; # automount usb drives