feat: enable networking config

This commit is contained in:
Felix Schröter 2021-05-11 20:58:03 +02:00
parent 0b85b13267
commit 533a172c53
No known key found for this signature in database
GPG key ID: 910ACB9F6BD26F58

View file

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