1
1
Fork 0

catacomb: reorganize and pare down packages

This commit is contained in:
Tim Van Baak 2024-01-04 19:53:53 +00:00
parent e71acea928
commit b4a32f04b5
1 changed files with 6 additions and 7 deletions

View File

@ -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 = {