fix systemd unit

This commit is contained in:
nyanloutre 2025-06-09 23:03:53 +02:00
parent f7a86fb778
commit e6506a8729

View file

@ -247,7 +247,7 @@
}; };
networkConfig = { networkConfig = {
KeepConfiguration = "dhcp-on-stop"; KeepConfiguration = "dynamic-on-stop";
IPv6AcceptRA = true; IPv6AcceptRA = true;
DHCPPrefixDelegation = true; DHCPPrefixDelegation = true;
}; };