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 ];