From 49e73861f48109fd79473998a6080522a6915370 Mon Sep 17 00:00:00 2001 From: tux Date: Tue, 10 Jun 2025 16:40:07 +0530 Subject: [PATCH] fix: restore dGPU mode --- hosts/canopus/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/canopus/default.nix b/hosts/canopus/default.nix index 3a66a20..213db11 100755 --- a/hosts/canopus/default.nix +++ b/hosts/canopus/default.nix @@ -250,6 +250,7 @@ supergfxd = { enable = true; settings = { + mode = "Integrated"; vfio_enable = false; vfio_save = false; always_reboot = false;