nixos-module/defaults.nix: add more tools

This commit is contained in:
Astro 2021-03-27 01:33:17 +01:00
parent 454566755b
commit 9afc25d6c3
1 changed files with 3 additions and 1 deletions

View File

@ -11,7 +11,9 @@
};
environment.systemPackages = with pkgs; [
vim tcpdump iputils mtr traceroute
vim screen git wget
tcpdump iputils bridge-utils mtr traceroute
dhcpcd
];
networking.hostName = hostName;