zsh: unbreak nixos module build for dynamic dhcp hostname

This commit is contained in:
PAEPCKE, Michael
2026-01-30 06:24:02 +00:00
parent 392d0c6c88
commit 59cfef8bbc
+2 -2
View File
@@ -249,8 +249,8 @@ in
setopt ${builtins.concatStringsSep " " cfg.setOptions}
''}
# Alternative method of determining short and full hostname.
HOST=${config.networking.fqdnOrHostName}
# Determine current fqdn hostname
HOST=$(hostname --fqdn)
# Setup command line history.
# Don't export these, otherwise other shells (bash) will try to use same HISTFILE.