add useful tools

This commit is contained in:
2023-09-01 16:32:25 +02:00
parent 0b3f0a4934
commit 26bfc5eab1

View File

@@ -10,19 +10,23 @@ let
hostName = "nixos-container-host"; hostName = "nixos-container-host";
# system-wide available packages - https://search.nixos.org/packages # system-wide available packages - https://search.nixos.org/packages
systemPackages = with pkgs; [ systemPackages = with pkgs; [
atool
bind bind
bmon bmon
docker-compose docker-compose
file file
git
htop htop
iotop iotop
ncdu ncdu
netcat-gnu netcat-gnu
net-tools
nmap nmap
nmon nmon
psmisc psmisc
ranger ranger
rsync rsync
unzip
]; ];
stateVersion = "23.05"; stateVersion = "23.05";
timeZone = "Europe/Berlin"; timeZone = "Europe/Berlin";