From e6506a87292f6ab0df749f5040854ebf6e15d707 Mon Sep 17 00:00:00 2001 From: nyanloutre Date: Mon, 9 Jun 2025 23:03:53 +0200 Subject: [PATCH] fix systemd unit --- systems/LoutreOS/network.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; };