From a3c4ebbe291e7464d82fcd074d38da6c276ba871 Mon Sep 17 00:00:00 2001 From: Daniel Barlow Date: Mon, 3 Nov 2025 19:12:58 +0000 Subject: [PATCH] dhcpc touch outputs/state this is important for service subscribers to see the change event --- modules/network/dhcpc.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/network/dhcpc.nix b/modules/network/dhcpc.nix index 21a9254..13f64c4 100644 --- a/modules/network/dhcpc.nix +++ b/modules/network/dhcpc.nix @@ -18,7 +18,8 @@ let (in_outputs ${name} for i in lease mask ip router siaddr dns serverid subnet opt53 interface ; do (printenv $i || true) > $i - done) + done + touch state) } case $action in deconfig)