Revert "Fix syntax error in nixos/lib/build-vms.nix, introduced by 86c0f8c"

This reverts commit 704e91bab005eabe968a3b140222fb0cf7afd4db.

+1 -1
+1 -1
nixos/lib/build-vms.nix
··· 52 [ { address = "192.168.${toString first}.${toString m.second}"; 53 prefixLength = 24; 54 } ]; 55 - }); 56 in 57 { key = "ip-address"; 58 config =
··· 52 [ { address = "192.168.${toString first}.${toString m.second}"; 53 prefixLength = 24; 54 } ]; 55 + } 56 in 57 { key = "ip-address"; 58 config =