flake.nix: update override value on intended hostname

It pretty much causes every host to have the name the default hostname
which I forgot the default value has a stronger override value.
This commit is contained in:
Gabriel Arazas 2023-01-18 15:44:11 +08:00
parent cdfe983969
commit d6d461a098

View File

@ -338,7 +338,7 @@
# We're very lax with setting the default since there's a lot
# of modules that may set this especially with image media
# modules.
networking.hostName = lib.mkOverride 2000 host';
networking.hostName = host';
})
(lib'.optionalAttrs (lib'.hasAttr host' images)
(