From 97795c21607f34512bcce5d30fe44286236c0af8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Numbus?= Date: Sun, 29 Mar 2026 14:13:49 +0200 Subject: [PATCH] Fixed TARGET_GRAPHICS_BRAND not found --- deploy.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/deploy.sh b/deploy.sh index 3440216..58105b0 100644 --- a/deploy.sh +++ b/deploy.sh @@ -67,6 +67,8 @@ hardware_detection() { local TMPFILE="/tmp/nixos-installation-hw-detection" ssh_to_host 'bash -s' << SSHEND +TARGET_GRAPHICS_BRAND=() + for brand in Intel AMD NVIDIA; do if lspci -nn 2>/dev/null | grep -i "vga" | grep -iq "\${brand}"; then TARGET_GRAPHICS="true"