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;
|
||||
proxies.ens-virginmedia.rules."2a02:88fd:f:d::/64" = {
|
||||
method = "iface";
|
||||
interface = "br-int";
|
||||
interface = "ens-general";
|
||||
};
|
||||
};
|
||||
services.radvd = {
|
||||
enable = true;
|
||||
config = ''
|
||||
interface br-int {
|
||||
interface ens-general {
|
||||
AdvSendAdvert on;
|
||||
MaxRtrAdvInterval 60;
|
||||
AdvDefaultLifetime 180;
|
||||
|
|
Loading…
Reference in a new issue