Merge pull request #66257 from knl/dont-force-hostname-in-sets
Make hostname in tests overridable
This commit is contained in:
commit
69c7aee5fd
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ rec {
|
|||
in
|
||||
{ key = "ip-address";
|
||||
config =
|
||||
{ networking.hostName = m.fst;
|
||||
{ networking.hostName = mkDefault m.fst;
|
||||
|
||||
networking.interfaces = listToAttrs interfaces;
|
||||
|
||||
|
|
Loading…
Reference in a new issue