aboutsummaryrefslogtreecommitdiffstats
path: root/hosts/common
diff options
context:
space:
mode:
authorMark Nipper <nipsy@bitgnome.net>2024-05-29 01:23:52 -0700
committerMark Nipper <nipsy@bitgnome.net>2024-05-29 01:23:52 -0700
commitf0e9c1c4703a849be3d0ce1a150a56fec4655af9 (patch)
treecd1e87016bd56d7bb0e554870792383d1179ae2f /hosts/common
parent270ae591f573e470f951ab1dd1ae70bcbee9334b (diff)
downloadnix-f0e9c1c4703a849be3d0ce1a150a56fec4655af9.tar
nix-f0e9c1c4703a849be3d0ce1a150a56fec4655af9.tar.gz
nix-f0e9c1c4703a849be3d0ce1a150a56fec4655af9.tar.bz2
nix-f0e9c1c4703a849be3d0ce1a150a56fec4655af9.tar.lz
nix-f0e9c1c4703a849be3d0ce1a150a56fec4655af9.tar.xz
nix-f0e9c1c4703a849be3d0ce1a150a56fec4655af9.tar.zst
nix-f0e9c1c4703a849be3d0ce1a150a56fec4655af9.zip
Add Kea to darkstar
Diffstat (limited to '')
-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;
+ };
+}