cleanup & updates
This commit is contained in:
parent
c4b8889492
commit
f42c42b0a7
17 changed files with 95 additions and 395 deletions
|
@ -41,8 +41,6 @@ in
|
|||
controlSocketPaths = [ "/tmp/kea-dhcp4.socket" ];
|
||||
};
|
||||
|
||||
# To make sure the control socket is accesible
|
||||
|
||||
services.kea.dhcp4 = {
|
||||
enable = true;
|
||||
settings = {
|
||||
|
@ -57,7 +55,6 @@ in
|
|||
socket-type = "unix";
|
||||
socket-name = "/tmp/kea-dhcp4.socket";
|
||||
};
|
||||
# failed to initialize Kea server: configuration error using file '/etc/kea/dhcp4-server.conf': cannot create socket lockfile, /run/kea/kea-dhcp4.socket.lock, : No such file or directory
|
||||
|
||||
lease-database = {
|
||||
name = "/var/lib/kea/dhcp4.leases";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue