lol

nixos/testing/network.nix: Avoid deprecated .config

+1 -1
+1 -1
nixos/lib/testing/network.nix
··· 38 38 # virtualisation.vlans option). 39 39 networking.extraHosts = flip concatMapStrings machines 40 40 (m': 41 - let config = (getAttr m' nodes).config; in 41 + let config = getAttr m' nodes; in 42 42 optionalString (config.networking.primaryIPAddress != "") 43 43 ("${config.networking.primaryIPAddress} " + 44 44 optionalString (config.networking.domain != null)