From e867ab195e66fd4a85d1080d9633d656333bdd7a Mon Sep 17 00:00:00 2001 From: Grigory Shipunov Date: Mon, 1 May 2023 15:17:31 +0200 Subject: nixpkgs-fmt --- hosts/dishwasher/mcvm-network.nix | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'hosts/dishwasher') diff --git a/hosts/dishwasher/mcvm-network.nix b/hosts/dishwasher/mcvm-network.nix index 22114b3..9f5ce6c 100644 --- a/hosts/dishwasher/mcvm-network.nix +++ b/hosts/dishwasher/mcvm-network.nix @@ -11,12 +11,14 @@ DHCPServer = false; IPv6SendRA = true; }; - addresses = [{ - addressConfig.Address = "10.99.99.1/24"; - } - { - addressConfig.Address = "fd12:3456:789a::1/64"; - }]; + addresses = [ + { + addressConfig.Address = "10.99.99.1/24"; + } + { + addressConfig.Address = "fd12:3456:789a::1/64"; + } + ]; ipv6Prefixes = [{ ipv6PrefixConfig.Prefix = "fd12:3456:789a::/64"; }]; -- cgit v1.3.1