From b5d95071571de62aa62783c65e8cf7ecc487d162 Mon Sep 17 00:00:00 2001 From: Grigory Shipunov Date: Tue, 24 Jan 2023 20:40:41 +0100 Subject: music: init --- hosts/dishwasher/mcvm-network.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'hosts/dishwasher/mcvm-network.nix') diff --git a/hosts/dishwasher/mcvm-network.nix b/hosts/dishwasher/mcvm-network.nix index 1e59d3f..73894f8 100644 --- a/hosts/dishwasher/mcvm-network.nix +++ b/hosts/dishwasher/mcvm-network.nix @@ -14,9 +14,9 @@ addresses = [{ addressConfig.Address = "10.99.99.1/24"; } - { - addressConfig.Address = "fd12:3456:789a::1/64"; - }]; + { + addressConfig.Address = "fd12:3456:789a::1/64"; + }]; ipv6Prefixes = [{ ipv6PrefixConfig.Prefix = "fd12:3456:789a::/64"; }]; -- cgit v1.3.1