diff --git a/machine/catacomb/default.nix b/machine/catacomb/default.nix index eb179da..8254543 100644 --- a/machine/catacomb/default.nix +++ b/machine/catacomb/default.nix @@ -25,25 +25,13 @@ swapDevices = [ { device = "/swap"; size = 1024; } ]; - beatific.defaults.programs = false; # Disabled until I know the flask-python env isn't necessary for something - environment.systemPackages = with pkgs; - let - py3-packages = python-packages: with python-packages; [ - flask - ]; - py3-with-packages = python3.withPackages py3-packages; - in [ - wget vim curl git htop bash tmux psmisc man-pages pv lsof - zip unzip - py3-with-packages + environment.systemPackages = with pkgs; [ + tmux man-pages pv lsof usbutils hdparm sdparm smartmontools gptfdisk gnufdisk dosfstools mkpasswd samba - #file-rename - rsync rclone gnupg - tree exiftool ];