Forgot export
This commit is contained in:
@@ -163,7 +163,7 @@ ssh_to_host() {
|
|||||||
|
|
||||||
hardware_detection() {
|
hardware_detection() {
|
||||||
### --> Get hardware information
|
### --> 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
|
ssh_to_host 'bash -s' << SSHEND
|
||||||
for brand in Intel AMD NVIDIA; do
|
for brand in Intel AMD NVIDIA; do
|
||||||
|
|||||||
Reference in New Issue
Block a user