Merge pull request #66257 from knl/dont-force-hostname-in-sets

Make hostname in tests overridable
This commit is contained in:
Bas van Dijk
2019-08-07 12:12:15 +02:00
committed by GitHub

View File

@@ -67,7 +67,7 @@ rec {
in
{ key = "ip-address";
config =
{ networking.hostName = m.fst;
{ networking.hostName = mkDefault m.fst;
networking.interfaces = listToAttrs interfaces;