{ config, lib, pkgs, ... }: { services = { tftpd = { enable = true; path = "/srv/tftp"; }; }; }