gw6c: provide support for all-interfaces

svn path=/nixos/trunk/; revision=32765
This commit is contained in:
Mathijs Kwik 2012-03-04 12:58:14 +00:00
parent 77240b46f1
commit ce83d3580e

View File

@ -156,6 +156,11 @@ in
exec = "${gw6cService}/bin/control start";
};
networking = {
enableIPv6 = true;
interfaceJobs = optional cfg.autorun config.jobs.gw6c;
};
};
}