Add missing semicolon (#63919)

Signed-off-by: Matthias Beyer <mail@beyermatthias.de>

authored by Matthias Beyer and committed by zimbatm.tngl.sh fe6bb178 4e5b10d9

+1 -1
+1 -1
nixos/doc/manual/configuration/ipv6-config.xml
··· 39 <xref linkend="opt-networking.defaultGateway6"/> = { 40 address = "fe00::1"; 41 interface = "enp0s3"; 42 - } 43 </programlisting> 44 </para> 45
··· 39 <xref linkend="opt-networking.defaultGateway6"/> = { 40 address = "fe00::1"; 41 interface = "enp0s3"; 42 + }; 43 </programlisting> 44 </para> 45