aboutsummaryrefslogtreecommitdiffstats
path: root/hosts/common/optional/services/kea.nix
blob: 1c681180134c8bc20a7c353775f36e061eaa020d (plain)
1
2
3
4
5
6
{
  services.kea.dhcp4 = {
    configFile = "/run/secrets/kea-dhcp4.conf";
    enable = true;
  };
}