hosts/framenix: disable secureboot again

amdgpu + secureboot somehow manage to mess up graphics semi-persistently
after a long uptime.
This commit is contained in:
Trolli Schmittlauch 2026-05-06 16:52:11 +02:00
parent 73e7daf926
commit 69574ba1f0

View file

@ -88,6 +88,6 @@ in
schmittlauch = { schmittlauch = {
audio-sharing.enable = true; audio-sharing.enable = true;
secureboot.enable = true; secureboot.enable = false;
}; };
} }