hosts/framenix: disable secureboot again
amdgpu + secureboot somehow manage to mess up graphics semi-persistently after a long uptime.
This commit is contained in:
parent
73e7daf926
commit
69574ba1f0
1 changed files with 1 additions and 1 deletions
|
|
@ -88,6 +88,6 @@ in
|
||||||
|
|
||||||
schmittlauch = {
|
schmittlauch = {
|
||||||
audio-sharing.enable = true;
|
audio-sharing.enable = true;
|
||||||
secureboot.enable = true;
|
secureboot.enable = false;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue