Commit eb783a612792
Changed files (1)
systems
nagoya
systems/nagoya/config.txt.nix
@@ -49,7 +49,7 @@
};
dt-overlays = {
# needs to be false otherwise it hangs at boot time
- vc-kms-v3d = lib.mkForce false;
+ vc-kms-v3d.enable = lib.mkForce false;
};
};
};