From 31d65fafa8fd967dc69377632a2f3fcc66d6a768 Mon Sep 17 00:00:00 2001 From: tux Date: Fri, 1 May 2026 16:30:49 +0530 Subject: [PATCH] feat(canopus): switch supergfxd mode to Integrated --- hosts/canopus/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/canopus/default.nix b/hosts/canopus/default.nix index 12d8dc7..180cbaa 100755 --- a/hosts/canopus/default.nix +++ b/hosts/canopus/default.nix @@ -285,7 +285,7 @@ supergfxd = { enable = true; settings = { - mode = "Hybrid"; + mode = "Integrated"; vfio_enable = false; vfio_save = false; always_reboot = false;