diff options
| author | Grigory Shipunov | 2023-01-24 20:40:41 +0100 |
|---|---|---|
| committer | Grigory Shipunov | 2023-01-24 20:40:41 +0100 |
| commit | b5d95071571de62aa62783c65e8cf7ecc487d162 (patch) | |
| tree | 3806269067604dc4e74c63a00cacd8d630a7bb51 /hosts/dishwasher/mcvm-network.nix | |
| parent | 3b53f3b8a9d78203bf506d6d49975f61f33a052d (diff) | |
music: init
Diffstat (limited to 'hosts/dishwasher/mcvm-network.nix')
| -rw-r--r-- | hosts/dishwasher/mcvm-network.nix | 6 |
1 files changed, 3 insertions, 3 deletions
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"; }]; |
