stuff from pi

This commit is contained in:
mjallen18
2025-03-03 18:17:33 -06:00
parent 5da59d8964
commit 6d1e9e59d7
4 changed files with 34 additions and 12 deletions

View File

@@ -12,8 +12,10 @@
systemd-boot.enable = true;
generic-extlinux-compatible.enable = lib.mkForce false;
};
# kernelParams = [
kernelParams = [
# "snd_bcm2835.enable_hdmi=1"
# ];
"brcmfmac.roamoff=1"
"brcmfmac.feature_disable=0x282000"
];
};
}
}