From 0ff4336088ddb7143ddc50becfc42ac8fd859073 Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Sat, 7 Sep 2024 06:35:31 -0500 Subject: [PATCH] Fix nix flake check failing --- nixos/router.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/router.nix b/nixos/router.nix index fdd730e..447c9d4 100644 --- a/nixos/router.nix +++ b/nixos/router.nix @@ -337,7 +337,7 @@ in { ConfigureWithoutCarrier = true; # IPv6AcceptRA = false; IPv6SendRA = true; - DHCPv6PrefixDelegation = true; + DHCPPrefixDelegation = true; }; };