hosts/framenix: re-enable secure boot

This commit is contained in:
Trolli Schmittlauch 2026-05-05 22:36:50 +02:00
parent 4db990b405
commit 73c1ae11e7

View file

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