Forgot export

This commit is contained in:
Raphaël Numbus
2026-01-02 22:15:07 +01:00
parent 5917875ebe
commit ba83eac916
+1 -1
View File
@@ -163,7 +163,7 @@ ssh_to_host() {
hardware_detection() {
### --> Get hardware information
local TMPFILE="/tmp/nixos-installation-hardware-detection-temp-file"
export TMPFILE="/tmp/nixos-installation-hardware-detection-temp-file"
ssh_to_host 'bash -s' << SSHEND
for brand in Intel AMD NVIDIA; do