Author: mkwik
Date: Sun Mar  4 12:58:14 2012
New Revision: 32765
URL: https://nixos.org/websvn/nix/?rev=32765&sc=1

Log:
gw6c: provide support for all-interfaces

Modified:
   nixos/trunk/modules/services/networking/gw6c/default.nix

Modified: nixos/trunk/modules/services/networking/gw6c/default.nix
==============================================================================
--- nixos/trunk/modules/services/networking/gw6c/default.nix    Sun Mar  4 
12:58:11 2012        (r32764)
+++ nixos/trunk/modules/services/networking/gw6c/default.nix    Sun Mar  4 
12:58:14 2012        (r32765)
@@ -156,6 +156,11 @@
         exec = "${gw6cService}/bin/control start";
       };
 
+    networking = {
+      enableIPv6 = true;
+      interfaceJobs = optional cfg.autorun config.jobs.gw6c;
+    };
+
   };
 
 }
_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to