From b4a32f04b5e5ba026b58dac2468c7d232540ce1d Mon Sep 17 00:00:00 2001 From: Tim Van Baak Date: Thu, 4 Jan 2024 19:53:53 +0000 Subject: [PATCH] catacomb: reorganize and pare down packages --- machine/catacomb/default.nix | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/machine/catacomb/default.nix b/machine/catacomb/default.nix index 8254543..50a0cf9 100644 --- a/machine/catacomb/default.nix +++ b/machine/catacomb/default.nix @@ -26,13 +26,12 @@ swapDevices = [ { device = "/swap"; size = 1024; } ]; environment.systemPackages = with pkgs; [ - tmux man-pages pv lsof - usbutils - hdparm sdparm smartmontools gptfdisk gnufdisk - dosfstools - mkpasswd samba - rclone gnupg - exiftool + exiftool # media metadata tool + lsof # list open files + mkpasswd # used for setting SMB passwords, I think? + samba # provides smbpasswd, mostly + smartmontools # provides smartctl + usbutils # provides lsusb ]; networking = {