mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-17 19:23:50 +00:00
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
Block a user