From 739c88f2db7bec55115f8d8f62ab9e7f3949c9d8 Mon Sep 17 00:00:00 2001 From: h7x4 Date: Wed, 20 Aug 2025 16:34:15 +0200 Subject: [PATCH] hosts/xps16: disable ipu6 --- hosts/xps16/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/xps16/configuration.nix b/hosts/xps16/configuration.nix index cb99b0a..0a68407 100644 --- a/hosts/xps16/configuration.nix +++ b/hosts/xps16/configuration.nix @@ -97,7 +97,7 @@ enable32Bit = true; }; ipu6 = { - enable = true; + enable = false; platform = "ipu6epmtl"; }; };