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
+1 -1
View File
@@ -67,7 +67,7 @@ rec {
in in
{ key = "ip-address"; { key = "ip-address";
config = config =
{ networking.hostName = m.fst; { networking.hostName = mkDefault m.fst;
networking.interfaces = listToAttrs interfaces; networking.interfaces = listToAttrs interfaces;