From 11570385252a925a5a08f591fe7f43727bb7431f Mon Sep 17 00:00:00 2001 From: clerie Date: Thu, 15 Aug 2024 18:43:29 +0200 Subject: [PATCH] hosts/carbon: Start kea after network setup --- hosts/carbon/configuration.nix | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/hosts/carbon/configuration.nix b/hosts/carbon/configuration.nix index 0a352e0..0841856 100644 --- a/hosts/carbon/configuration.nix +++ b/hosts/carbon/configuration.nix @@ -55,6 +55,15 @@ }; }; + systemd.services.kea-dhcp4-server = { + after = [ + "network-setup.service" + ]; + requires = [ + "network-setup.service" + ]; + }; + clerie.firewall.enable = true; clerie.monitoring = {