From 8ec479f9a734b83e6e63c55fd8a6b87a75bc73fa Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sun, 7 Aug 2022 16:35:05 +0530 Subject: config sync --- hardware-configuration.nix | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'hardware-configuration.nix') 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 = [ -- cgit v1.3.1