From 26bfc5eab18e28c32cdf687825818f1bf695e747 Mon Sep 17 00:00:00 2001 From: Marco Date: Fri, 1 Sep 2023 16:32:25 +0200 Subject: [PATCH] add useful tools --- configuration.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/configuration.nix b/configuration.nix index 54d16c1..192e41d 100644 --- a/configuration.nix +++ b/configuration.nix @@ -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";