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; } ]; swapDevices = [ { device = "/swap"; size = 1024; } ];
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
tmux man-pages pv lsof exiftool # media metadata tool
usbutils lsof # list open files
hdparm sdparm smartmontools gptfdisk gnufdisk mkpasswd # used for setting SMB passwords, I think?
dosfstools samba # provides smbpasswd, mostly
mkpasswd samba smartmontools # provides smartctl
rclone gnupg usbutils # provides lsusb
exiftool
]; ];
networking = { networking = {