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

This commit is contained in:
Rickard Nilsson 2014-08-30 19:54:09 +02:00
parent ef9c1d612d
commit 704e91bab0

View file

@ -52,7 +52,7 @@ rec {
[ { address = "192.168.${toString first}.${toString m.second}";
prefixLength = 24;
} ];
}
});
in
{ key = "ip-address";
config =