diff options
| author | Akshay Nair <phenax5@gmail.com> | 2022-08-07 16:35:05 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2022-08-07 16:35:05 +0530 |
| commit | 8ec479f9a734b83e6e63c55fd8a6b87a75bc73fa (patch) | |
| tree | 4f6365a5193703b6f77eab36521e04be33b1ee01 /hardware-configuration.nix | |
| parent | ee3cb5c50f25c47947e2a817dc76c40a6b024f32 (diff) | |
| download | nixos-config-8ec479f9a734b83e6e63c55fd8a6b87a75bc73fa.tar.gz nixos-config-8ec479f9a734b83e6e63c55fd8a6b87a75bc73fa.zip | |
config sync
Diffstat (limited to 'hardware-configuration.nix')
| -rw-r--r-- | hardware-configuration.nix | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/hardware-configuration.nix b/hardware-configuration.nix index ae3cff8..c947c65 100644 --- a/hardware-configuration.nix +++ b/hardware-configuration.nix @@ -18,12 +18,19 @@ "sd_mod" "snd-seq" "snd-rawmidi" + "uinput" + ]; + boot.kernelParams = [ + "i8042.nopnp=1" + "pci=nocrs" + "i915.enable_dpcd_backlight=1" + "acpi_backlight=vendor" ]; - boot.kernelParams = [ "i8042.nopnp=1" "pci=nocrs" "i915.enable_dpcd_backlight=1" "acpi_backlight=vendor" ]; boot.extraModprobeConfig = '' options snd slots=snd-hda-intel ''; boot.supportedFilesystems = [ "ntfs" ]; + boot.binfmt.emulatedSystems = [ "aarch64-linux" ]; services.udev = { packages = [ |
