nixos/ec2-data: fix eval
This commit is contained in:
parent
3b22af086d
commit
30c1ef051b
@ -34,7 +34,7 @@ with lib;
|
||||
${optionalString (config.networking.hostName == "") ''
|
||||
echo "setting host name..."
|
||||
if [ -s /etc/ec2-metadata/hostname ]; then
|
||||
${lib.getExe hostname-debian} -F /etc/ec2-metadata/hostname
|
||||
${lib.getExe pkgs.hostname-debian} -F /etc/ec2-metadata/hostname
|
||||
fi
|
||||
''}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user