Merge branch 'master' into flip-map-foreach

This commit is contained in:
danbst
2019-08-18 18:00:25 +03:00
1062 changed files with 25722 additions and 18335 deletions

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;