Updates for Framework 16

This commit is contained in:
albert 2025-02-01 17:38:11 -08:00
parent 6860fcf3b9
commit a80209c09b
Signed by: albert
GPG key ID: 3895DD267CA11BA9
2 changed files with 3 additions and 3 deletions
nixos/hosts/framework16
wallpapers

View file

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