diff --git a/nix/nixos-module/container/upstream/pppoe.nix b/nix/nixos-module/container/upstream/pppoe.nix index f304679..90ce5bf 100644 --- a/nix/nixos-module/container/upstream/pppoe.nix +++ b/nix/nixos-module/container/upstream/pppoe.nix @@ -75,8 +75,6 @@ in lib.mkIf (pppoeInterfaces != {}) { KeepConfiguration = "yes"; }; dhcpV6Config = { - RapidCommit = true; - ForceDHCPv6PDOtherInformation = true; PrefixDelegationHint = "::/56"; }; };