swann: fix interface name
This commit is contained in:
parent
865329da21
commit
ddfb0d084d
1 changed files with 2 additions and 2 deletions
|
@ -246,13 +246,13 @@ in {
|
||||||
enable = true;
|
enable = true;
|
||||||
proxies.ens-virginmedia.rules."2a02:88fd:f:d::/64" = {
|
proxies.ens-virginmedia.rules."2a02:88fd:f:d::/64" = {
|
||||||
method = "iface";
|
method = "iface";
|
||||||
interface = "br-int";
|
interface = "ens-general";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
services.radvd = {
|
services.radvd = {
|
||||||
enable = true;
|
enable = true;
|
||||||
config = ''
|
config = ''
|
||||||
interface br-int {
|
interface ens-general {
|
||||||
AdvSendAdvert on;
|
AdvSendAdvert on;
|
||||||
MaxRtrAdvInterval 60;
|
MaxRtrAdvInterval 60;
|
||||||
AdvDefaultLifetime 180;
|
AdvDefaultLifetime 180;
|
||||||
|
|
Loading…
Reference in a new issue