nixos/kea: fix path to dhcpd4 config file

Signed-off-by: Alexander V. Nikolaev <avn@avnik.info>
This commit is contained in:
Alexander V. Nikolaev
2026-04-29 16:53:48 +03:00
parent e5ae2ec3b6
commit 2896f2cc14
+1 -1
View File
@@ -393,7 +393,7 @@ in
[
(lib.getExe' cfg.package "kea-dhcp4")
"-c"
"etc/kea/dhcp4-server.conf"
"/etc/kea/dhcp4-server.conf"
]
++ cfg.dhcp4.extraArgs
);