From 3eed0bb1e58e517715ab9f54cabb3403463b3fad Mon Sep 17 00:00:00 2001 From: Ari Gato Date: Tue, 11 Jun 2024 14:01:07 +0200 Subject: [PATCH] m/common: chore: fmt --- modules/common.nix | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/modules/common.nix b/modules/common.nix index ad52721..d3fe6a6 100644 --- a/modules/common.nix +++ b/modules/common.nix @@ -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 = {