diff options
| author | Piotr Limanowski <plimanowski@codearsonist.com> | 2017-07-05 11:32:36 +0200 |
|---|---|---|
| committer | Piotr Limanowski <plimanowski@codearsonist.com> | 2017-07-05 22:17:58 +0200 |
| commit | 8fe2cff0cc646369f0d07fcddcde063a41b373a1 (patch) | |
| tree | 0ab0ee98f55c6c3aa4f96c56d338c66a29d2acce /default.nix | |
| parent | 5e61ca9fb488fce83170db28188615537a64f6e1 (diff) | |
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.
Diffstat (limited to 'default.nix')
| -rw-r--r-- | default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
