fix some compat for rpi4

This commit is contained in:
Tao Tien 2023-10-01 01:00:49 +00:00
parent 470464dc47
commit ed53e0aaf6
5 changed files with 24 additions and 17 deletions

View file

@ -16,7 +16,7 @@
nfs-utils
nil
nixpkgs-fmt
onlyoffice-bin
# onlyoffice-bin
ouch
ripgrep-all
skim

View file

@ -11,7 +11,7 @@
services.btrfs.autoScrub.enable = false;
boot.initrd.availableKernelModules = [ "xhci_pci" "usbhid" ];
boot.loader.grub.enable = true;
boot.loader.grub.enable = false;
boot.loader.generic-extlinux-compatible.enable = true;
console.enable = false;
powerManagement.cpuFreqGovernor = "ondemand";
@ -19,8 +19,8 @@
hardware = {
raspberry-pi."4" = {
apply-overlays-dtmerge.enable = true;
# audio.enable = true;
# fkms-3d.enable = true;
audio.enable = true;
fkms-3d.enable = true;
};
deviceTree = {
enable = true;