m x230: move specific config to general config
This commit is contained in:
parent
ad7843f4ef
commit
2c7acbecfa
|
@ -64,7 +64,6 @@
|
|||
../2configs/fs/sda-crypto-root-home.nix
|
||||
|
||||
];
|
||||
boot.kernelParams = [ "acpi_osi=Linux" "acpi_backlight=vendor" ];
|
||||
|
||||
makefu.server.primary-itf = "wlp3s0";
|
||||
makefu.full-populate = true;
|
||||
|
|
|
@ -16,6 +16,8 @@ with import <stockholm/lib>;
|
|||
extraModulePackages = [
|
||||
config.boot.kernelPackages.acpi_call
|
||||
];
|
||||
# support backlight adjustment
|
||||
kernelParams = [ "acpi_osi=Linux" "acpi_backlight=vendor" ];
|
||||
};
|
||||
|
||||
# configured media keys inside awesomerc
|
||||
|
|
Loading…
Reference in a new issue