index
:
nix
master
a nixosConfigurations collective
Mark Nipper
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
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
;
};
}