nixos-rebuild: Fetch Flake's default configurationName (Hostname) from targetHost
This commit is contained in:
parent
850239d1d0
commit
03b68f1431
@ -390,7 +390,7 @@ if [[ -n $flake ]]; then
|
||||
flakeAttr="${BASH_REMATCH[2]}"
|
||||
fi
|
||||
if [[ -z $flakeAttr ]]; then
|
||||
read -r hostname < /proc/sys/kernel/hostname
|
||||
hostname="$(targetHostCmd cat /proc/sys/kernel/hostname)"
|
||||
if [[ -z $hostname ]]; then
|
||||
hostname=default
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user