retiolum: fixup ipv6 subnet

This commit is contained in:
Jörg Thalheim 2022-09-28 10:14:46 +02:00
parent 091993a6fa
commit 7cbbbc4ebb
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ in {
[Network]
${optionalString (cfg.ipv4 != null) "Address=${cfg.ipv4}/12"}
${optionalString (cfg.ipv6 != null) "Address=${cfg.ipv6}/12"}
${optionalString (cfg.ipv6 != null) "Address=${cfg.ipv6}/16"}
RequiredForOnline = no
LinkLocalAddressing = no
'';