fix(stolas): update hardware config

This commit is contained in:
Tim Schubert 2025-07-21 17:39:21 +02:00
parent d618890198
commit d81761e519
No known key found for this signature in database

View file

@ -7,6 +7,10 @@
# TODO ./paperless.nix
];
nixpkgs = {
hostPlatform = "x86_64-linux";
};
boot = {
# TODO lanzaboote = {
# enable = true;
@ -17,11 +21,10 @@
initrd = {
availableKernelModules = [
"nvme"
"ehci_pci"
"xhci_pci"
"thunderbolt"
"usb_storage"
"sd_mod"
"rtsx_pci_sdmmc"
];
# TODO disable for lanzaboote
systemd.enable = true;
@ -50,6 +53,7 @@
hardware = {
# NOTE: hardware.framework.enableKmod requires kernel patching, but enables access to some EC features
bluetooth.enable = true;
cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
framework.laptop13.audioEnhancement.enable = true;
graphics = {
enable = true;