nixos: Internal network tidying

This commit is contained in:
2022-05-18 23:29:52 +01:00
parent 0a5a554ab3
commit b504f11c6b
4 changed files with 18 additions and 8 deletions

View File

@@ -60,7 +60,7 @@ let
};
system.name = name;
networking.hostName = mkDefault name;
networking.hostName = mkDefault (config'.assignments.internal.name or name);
nixpkgs = {
inherit (config') system;
# Make sure any previously set overlays (e.g. lib which will be inherited by home-manager down the