Updates for Framework 16
This commit is contained in:
parent
6860fcf3b9
commit
a80209c09b
2 changed files with 3 additions and 3 deletions
|
@ -33,17 +33,17 @@
|
|||
# Now that I commented them all out my laptop is performing great. I might just leave it...
|
||||
# hardware.bluetooth.enable = true; # enables support for Bluetooth
|
||||
# hardware.bluetooth.powerOnBoot = true; # powers up the default Bluetooth controller on boot
|
||||
# services.fwupd.enable = true;
|
||||
# boot.initrd.availableKernelModules = [ "nvme" "xhci_pci" "thunderbolt" "usb_storage" "uas" "sd_mod" ];
|
||||
# boot.initrd.kernelModules = [ ];
|
||||
# boot.kernelModules = [ "kvm-amd" ];
|
||||
# boot.extraModulePackages = [ ];
|
||||
# boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||
# boot.kernelParams = [
|
||||
# "boot.shell_on_fail"
|
||||
# "amdgpu.abmlevel=0" # Prevents screen washout on power-save modes
|
||||
# ];
|
||||
# boot.extraModulePackages = with config.boot.kernelPackages; [ acpi_call ];
|
||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||
services.fwupd.enable = true;
|
||||
|
||||
networking.useDHCP = lib.mkDefault true;
|
||||
powerManagement.cpuFreqGovernor = lib.mkDefault "performance";
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 8ed82c9afaac6359cf4603196f7a5bd4b399a4b5
|
||||
Subproject commit 26552d8bade6fa39188ebf68e9ffa1a8dcd75108
|
Loading…
Add table
Reference in a new issue