mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-05 01:37:24 +08:00
Added configuration for panasonic
Update panasonic/letsnote/cf-lx4/default.nix Co-authored-by: Jörg Thalheim <Mic92@users.noreply.github.com> Added profile to flake.nix
This commit is contained in:
11
panasonic/letsnote/cf-lx4/default.nix
Normal file
11
panasonic/letsnote/cf-lx4/default.nix
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
imports = [
|
||||
../../../common/cpu/intel
|
||||
../../../common/pc/laptop
|
||||
../../../common/pc/ssd
|
||||
];
|
||||
|
||||
# Force use of the intel_backlight driver for backlight control.
|
||||
# This allows the backlight save/load systemd service to work.
|
||||
boot.kernelParams = [ "acpi_backlight=video" ];
|
||||
}
|
||||
Reference in New Issue
Block a user