mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-30 22:57:55 +00:00
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:
parent
cdfe983969
commit
d6d461a098
@ -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)
|
||||
(
|
||||
|
Loading…
Reference in New Issue
Block a user