add useful tools
This commit is contained in:
@@ -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";
|
||||||
|
|||||||
Reference in New Issue
Block a user