summaryrefslogtreecommitdiff
path: root/common/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'common/default.nix')
-rw-r--r--common/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/default.nix b/common/default.nix
index 946b3a7..e5bffc0 100644
--- a/common/default.nix
+++ b/common/default.nix
@@ -5,5 +5,6 @@
{
imports = [
./core.nix
+ ./net.nix
];
}