[NixOS] Disable tmp2

This commit is contained in:
Your Name 2024-09-30 20:38:51 -06:00
parent 4cb9c006d7
commit f345cf8f18

View File

@ -10,6 +10,7 @@ makeEnable config "myModules.raspberry-pi" false {
hardware.deviceTree.filter = "bcm2711-rpi-4*.dtb";
hardware.raspberry-pi."4".fkms-3d.enable = true;
# hardware.raspberry-pi."4".audio.enable = true;
boot.initrd.systemd.enableTpm2 = false;
boot = {
initrd.availableKernelModules = [