mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-07 12:19:07 +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
|
# We're very lax with setting the default since there's a lot
|
||||||
# of modules that may set this especially with image media
|
# of modules that may set this especially with image media
|
||||||
# modules.
|
# modules.
|
||||||
networking.hostName = lib.mkOverride 2000 host';
|
networking.hostName = host';
|
||||||
})
|
})
|
||||||
(lib'.optionalAttrs (lib'.hasAttr host' images)
|
(lib'.optionalAttrs (lib'.hasAttr host' images)
|
||||||
(
|
(
|
||||||
|
Loading…
Reference in New Issue
Block a user