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
commit 69c7aee5fd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;