diff options
-rw-r--r-- | flake.nix | 70 |
1 files changed, 70 insertions, 0 deletions
@@ -132,9 +132,79 @@ modules = [ ({ modulesPath, pkgs, ... }: { environment.systemPackages = with pkgs; [ + acl + bash + bc + bzip2 + conntrack-tools + coreutils + cpio + curl + diffutils + dig + dmidecode + elinks + ethtool + file + findutils + fping git + gnugrep + gnupath + gnused + gnutar + gptfdisk + gzip + htop iperf + iproute2 + iputils + jq + less + lshw + lsof + lvm2 + moreutils + nano + netcat-openbsd + nettools + nmap + ntfs3g + openldap + openssl + p7zip + parted + pciutils + procps + progress + psmisc + pv + pwgen + recode rsync + sg3_utils + smartmontools + socat + sqlite + strace + sysstat + tcpdump + tftp-hpa + traceroute + tree + tshark + unixtools.xxd + unrar + unzip + usbutils + util-linux + vim + wdiff + wget + whois + wireguard-tools + xz + zip ]; imports = [ (modulesPath + "/installer/cd-dvd/installation-cd-minimal.nix") ]; |