From c1b698078b5c31c5fed8ffd8cadd150e7878481b Mon Sep 17 00:00:00 2001 From: Astro Date: Thu, 15 Sep 2022 19:33:38 +0200 Subject: [PATCH] nixos-module/container/upstream/pppoe: remove obsolete dhcpV6 settings --- nix/nixos-module/container/upstream/pppoe.nix | 2 -- 1 file changed, 2 deletions(-) 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"; }; };