nixos-module/container/upstream/pppoe: remove obsolete dhcpV6 settings

This commit is contained in:
Astro 2022-09-15 19:33:38 +02:00
parent 687e96a02f
commit c1b698078b
1 changed files with 0 additions and 2 deletions

View File

@ -75,8 +75,6 @@ in lib.mkIf (pppoeInterfaces != {}) {
KeepConfiguration = "yes";
};
dhcpV6Config = {
RapidCommit = true;
ForceDHCPv6PDOtherInformation = true;
PrefixDelegationHint = "::/56";
};
};