nixos/kea: fix path to dhcpd4 config file (#520995)

This commit is contained in:
Martin Weinelt
2026-05-17 11:32:10 +00:00
committed by GitHub
+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
);