diff options
author | Mark Nipper <nipsy@bitgnome.net> | 2025-02-07 11:59:47 -0800 |
---|---|---|
committer | Mark Nipper <nipsy@bitgnome.net> | 2025-02-07 11:59:47 -0800 |
commit | e64b21faab73f9ec0a31d9421c77a5e4e352633b (patch) | |
tree | 9038b597b003d76b1b003cede02f8aac067e7d9b | |
parent | cca5cb79d3912a025b57e89c715450a380d4532b (diff) | |
download | nix-e64b21faab73f9ec0a31d9421c77a5e4e352633b.tar nix-e64b21faab73f9ec0a31d9421c77a5e4e352633b.tar.gz nix-e64b21faab73f9ec0a31d9421c77a5e4e352633b.tar.bz2 nix-e64b21faab73f9ec0a31d9421c77a5e4e352633b.tar.lz nix-e64b21faab73f9ec0a31d9421c77a5e4e352633b.tar.xz nix-e64b21faab73f9ec0a31d9421c77a5e4e352633b.tar.zst nix-e64b21faab73f9ec0a31d9421c77a5e4e352633b.zip |
Add additional packages to custom NixOS ISO
-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") ]; |