m x230: move specific config to general config

This commit is contained in:
makefu 2017-03-01 15:53:16 +01:00
parent ad7843f4ef
commit 2c7acbecfa
2 changed files with 2 additions and 1 deletions
1systems
2configs/hw

View file

@ -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;

View file

@ -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