mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 00:43:20 +00:00
Merge pull request #283634 from itzwam/master
nixos-rebuild: Fetch Flake's default configurationName (Hostname) from targetHost
This commit is contained in:
commit
b5c90bbeb3
@ -391,7 +391,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