m/common: chore: fmt
CI / aarch64-linux (push) Has been cancelled Details
CI / x86_64-linux (push) Has been cancelled Details

main
Ari Gato 2024-06-11 14:01:07 +02:00
parent 7ce03f10cc
commit 3eed0bb1e5
1 changed files with 2 additions and 4 deletions

View File

@ -184,10 +184,8 @@ in {
DHCPServer = true; DHCPServer = true;
IPv6SendRA = true; IPv6SendRA = true;
}; };
addresses = [ addresses =
{ Address = "10.0.0.1/24"; } [ { Address = "10.0.0.1/24"; } { Address = "fd12:3456:789a::1/64"; } ];
{ Address = "fd12:3456:789a::1/64"; }
];
ipv6Prefixes = [{ Prefix = "fd12:3456:789a::/64"; }]; ipv6Prefixes = [{ Prefix = "fd12:3456:789a::/64"; }];
}; };
networks.microvm-eth0 = { networks.microvm-eth0 = {