m x230: move specific config to general config

This commit is contained in:
makefu 2017-03-01 15:53:16 +01:00
parent 4eeecc9dbd
commit 1135487724
No known key found for this signature in database
GPG Key ID: 36F7711F3FC0F225
2 changed files with 2 additions and 1 deletions

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