m/common: chore: fmt
This commit is contained in:
parent
7ce03f10cc
commit
3eed0bb1e5
1 changed files with 2 additions and 4 deletions
|
@ -184,10 +184,8 @@ in {
|
|||
DHCPServer = true;
|
||||
IPv6SendRA = true;
|
||||
};
|
||||
addresses = [
|
||||
{ Address = "10.0.0.1/24"; }
|
||||
{ Address = "fd12:3456:789a::1/64"; }
|
||||
];
|
||||
addresses =
|
||||
[ { Address = "10.0.0.1/24"; } { Address = "fd12:3456:789a::1/64"; } ];
|
||||
ipv6Prefixes = [{ Prefix = "fd12:3456:789a::/64"; }];
|
||||
};
|
||||
networks.microvm-eth0 = {
|
||||
|
|
Loading…
Reference in a new issue