From 533a172c533644bea2f216b1323f5eef04a959e0 Mon Sep 17 00:00:00 2001
From: Felix Tenley <dev@felschr.com>
Date: Tue, 11 May 2021 20:58:03 +0200
Subject: [PATCH] feat: enable networking config

---
 system/default.nix | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/system/default.nix b/system/default.nix
index ff737b7..89386a3 100644
--- a/system/default.nix
+++ b/system/default.nix
@@ -1,7 +1,7 @@
 { config, pkgs, ... }:
 
 {
-  imports = [ ./hardened.nix ./i18n.nix ./nix.nix ./vpn.nix ];
+  imports = [ ./hardened.nix ./i18n.nix ./nix.nix ./networking.nix ./vpn.nix ];
 
   environment.systemPackages = with pkgs; [ wget curl neovim ];