aboutsummaryrefslogtreecommitdiffstats
path: root/hosts/common
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/common')
-rw-r--r--hosts/common/optional/services/kea.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/hosts/common/optional/services/kea.nix b/hosts/common/optional/services/kea.nix
new file mode 100644
index 0000000..1c68118
--- /dev/null
+++ b/hosts/common/optional/services/kea.nix
@@ -0,0 +1,6 @@
+{
+ services.kea.dhcp4 = {
+ configFile = "/run/secrets/kea-dhcp4.conf";
+ enable = true;
+ };
+}