router/kea: update runtime dir

This commit is contained in:
chayleaf 2023-10-25 18:04:07 +07:00
parent 5b0b925fe3
commit 91a8a50c7b
2 changed files with 5 additions and 5 deletions

View file

@ -245,11 +245,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1696627040, "lastModified": 1698227887,
"narHash": "sha256-HOG11+J/akMF/egPoVcVSk4nhFFQOuCl1K8pWjdZIL0=", "narHash": "sha256-QDVR3tZ5ugxtyCb9TlZLmqNTdAAH6wMUU8sGnPtduTA=",
"owner": "chayleaf", "owner": "chayleaf",
"repo": "nixos-router", "repo": "nixos-router",
"rev": "fd1c895481286b80759b128b082c7a4cc132614a", "rev": "7d9669390a87da7e67dabcbce34681630e67cf32",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -52,7 +52,7 @@ in {
in { in {
ipv4.kea.settings = { ipv4.kea.settings = {
control-socket = { control-socket = {
socket-name = "/run/kea/kea-dhcp4-ctrl.sock"; socket-name = "/run/kea4-br0/kea.sock";
socket-type = "unix"; socket-type = "unix";
}; };
loggers = lib.toList { loggers = lib.toList {
@ -67,7 +67,7 @@ in {
}; };
ipv6.kea.settings = { ipv6.kea.settings = {
control-socket = { control-socket = {
socket-name = "/run/kea/kea-dhcp6-ctrl.sock"; socket-name = "/run/kea6-br0/kea.sock";
socket-type = "unix"; socket-type = "unix";
}; };
loggers = lib.toList { loggers = lib.toList {