From 69574ba1f0a1df87a85ff5224b4796952487acb7 Mon Sep 17 00:00:00 2001 From: Trolli Schmittlauch Date: Wed, 6 May 2026 16:52:11 +0200 Subject: [PATCH] hosts/framenix: disable secureboot again amdgpu + secureboot somehow manage to mess up graphics semi-persistently after a long uptime. --- hosts/framenix/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/framenix/default.nix b/hosts/framenix/default.nix index 497c7c7..496bf1b 100644 --- a/hosts/framenix/default.nix +++ b/hosts/framenix/default.nix @@ -88,6 +88,6 @@ in schmittlauch = { audio-sharing.enable = true; - secureboot.enable = true; + secureboot.enable = false; }; }