aboutsummaryrefslogtreecommitdiffstats
path: root/hosts/common
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--hosts/common/optional/services/dhcp.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/hosts/common/optional/services/dhcp.nix b/hosts/common/optional/services/dhcp.nix
index 4f183c5..e1f57dc 100644
--- a/hosts/common/optional/services/dhcp.nix
+++ b/hosts/common/optional/services/dhcp.nix
@@ -18,7 +18,10 @@
enable = true;
};
- tftpd.enable = true;
+ tftpd = {
+ enable = true;
+ path = "/etc/tftp";
+ };
};
systemd.services.kea-dhcp4-server = {