feat: enable networking config
This commit is contained in:
parent
0b85b13267
commit
533a172c53
1 changed files with 1 additions and 1 deletions
|
@ -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 ];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue