router/kea: update runtime dir
This commit is contained in:
parent
5b0b925fe3
commit
91a8a50c7b
|
@ -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": {
|
||||||
|
|
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue