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";
# system-wide available packages - https://search.nixos.org/packages
systemPackages = with pkgs; [
atool
bind
bmon
docker-compose
file
git
htop
iotop
ncdu
netcat-gnu
net-tools
nmap
nmon
psmisc
ranger
rsync
unzip
];
stateVersion = "23.05";
timeZone = "Europe/Berlin";