From 5ef157274770db4ff7ac1473b0c425eee2fdc440 Mon Sep 17 00:00:00 2001 From: Lumpiasty Date: Mon, 25 Aug 2025 01:31:10 +0200 Subject: [PATCH] enable external display in stage1 on acer --- hosts/acer.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hosts/acer.nix b/hosts/acer.nix index ceaa52c..36d0e3e 100644 --- a/hosts/acer.nix +++ b/hosts/acer.nix @@ -108,7 +108,8 @@ rec { }) ]; boot.kernelModules = [ "acer-wmi-ext" ]; - + + boot.initrd.kernelModules = [ "amdgpu" "thunderbolt" ]; # This value determines the NixOS release from which the default # settings for stateful data, like file locations and database versions