diff --git a/systems/LoutreOS/network.nix b/systems/LoutreOS/network.nix index 80ae72a..3e437bd 100644 --- a/systems/LoutreOS/network.nix +++ b/systems/LoutreOS/network.nix @@ -247,7 +247,7 @@ }; networkConfig = { - KeepConfiguration = "dhcp-on-stop"; + KeepConfiguration = "dynamic-on-stop"; IPv6AcceptRA = true; DHCPPrefixDelegation = true; };