Fix syntax error in nixos/lib/build-vms.nix, introduced by 86c0f8c
This commit is contained in:
parent
ef9c1d612d
commit
704e91bab0
@ -52,7 +52,7 @@ rec {
|
|||||||
[ { address = "192.168.${toString first}.${toString m.second}";
|
[ { address = "192.168.${toString first}.${toString m.second}";
|
||||||
prefixLength = 24;
|
prefixLength = 24;
|
||||||
} ];
|
} ];
|
||||||
}
|
});
|
||||||
in
|
in
|
||||||
{ key = "ip-address";
|
{ key = "ip-address";
|
||||||
config =
|
config =
|
||||||
|
Loading…
Reference in New Issue
Block a user