fix(stolas): update hardware config
This commit is contained in:
parent
d618890198
commit
d81761e519
1 changed files with 6 additions and 2 deletions
|
@ -7,6 +7,10 @@
|
||||||
# TODO ./paperless.nix
|
# TODO ./paperless.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
nixpkgs = {
|
||||||
|
hostPlatform = "x86_64-linux";
|
||||||
|
};
|
||||||
|
|
||||||
boot = {
|
boot = {
|
||||||
# TODO lanzaboote = {
|
# TODO lanzaboote = {
|
||||||
# enable = true;
|
# enable = true;
|
||||||
|
@ -17,11 +21,10 @@
|
||||||
initrd = {
|
initrd = {
|
||||||
availableKernelModules = [
|
availableKernelModules = [
|
||||||
"nvme"
|
"nvme"
|
||||||
"ehci_pci"
|
|
||||||
"xhci_pci"
|
"xhci_pci"
|
||||||
|
"thunderbolt"
|
||||||
"usb_storage"
|
"usb_storage"
|
||||||
"sd_mod"
|
"sd_mod"
|
||||||
"rtsx_pci_sdmmc"
|
|
||||||
];
|
];
|
||||||
# TODO disable for lanzaboote
|
# TODO disable for lanzaboote
|
||||||
systemd.enable = true;
|
systemd.enable = true;
|
||||||
|
@ -50,6 +53,7 @@
|
||||||
hardware = {
|
hardware = {
|
||||||
# NOTE: hardware.framework.enableKmod requires kernel patching, but enables access to some EC features
|
# NOTE: hardware.framework.enableKmod requires kernel patching, but enables access to some EC features
|
||||||
bluetooth.enable = true;
|
bluetooth.enable = true;
|
||||||
|
cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
|
||||||
framework.laptop13.audioEnhancement.enable = true;
|
framework.laptop13.audioEnhancement.enable = true;
|
||||||
graphics = {
|
graphics = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue