gw6c: provide support for all-interfaces
svn path=/nixos/trunk/; revision=32765
This commit is contained in:
parent
77240b46f1
commit
ce83d3580e
|
@ -156,6 +156,11 @@ in
|
|||
exec = "${gw6cService}/bin/control start";
|
||||
};
|
||||
|
||||
networking = {
|
||||
enableIPv6 = true;
|
||||
interfaceJobs = optional cfg.autorun config.jobs.gw6c;
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue