From 4626b87dcbc73f496001c4a0e45369d14979e12a Mon Sep 17 00:00:00 2001 From: clerie Date: Fri, 17 Feb 2023 20:48:15 +0100 Subject: [PATCH] hosts/carbon: make kea retry a couple of time for attaching to interfaces --- hosts/carbon/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/carbon/configuration.nix b/hosts/carbon/configuration.nix index a2da454..25b6cf4 100644 --- a/hosts/carbon/configuration.nix +++ b/hosts/carbon/configuration.nix @@ -103,6 +103,8 @@ settings = { interfaces-config = { interfaces = [ "enp1s0.201" "enp1s0.202" "enp1s0.204" ]; + service-sockets-max-retries = 15; + service-sockets-retry-wait-time = 2000; }; lease-database = { name = "/var/lib/kea/dhcp4.leases";