From 8fe2cff0cc646369f0d07fcddcde063a41b373a1 Mon Sep 17 00:00:00 2001 From: Piotr Limanowski Date: Wed, 5 Jul 2017 11:32:36 +0200 Subject: Adds an idea for networking module The idea is to follow: https://nixos.org/nixos/options.html#networking so we can share even more configuration ideas from NixOS. --- default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'default.nix') diff --git a/default.nix b/default.nix index 89fc103..734529c 100644 --- a/default.nix +++ b/default.nix @@ -31,6 +31,7 @@ let ./modules/system/etc.nix ./modules/system/launchd.nix ./modules/time + ./modules/networking ./modules/nix ./modules/nix/nix-darwin.nix ./modules/nix/nixpkgs.nix -- cgit v1.2.3