packages: rename from environment, install smartmontools

This commit is contained in:
Katherina Walshe-Grey 2025-01-04 19:26:27 +00:00
parent fc245b4619
commit 6a47840cd7
2 changed files with 5 additions and 2 deletions

View file

@ -4,12 +4,12 @@
./base-server
./users
./boot.nix
./environment.nix
./home-manager.nix
./misc.nix
./nginx.nix
./nix.nix
./openssh.nix
./packages.nix
./sanoid.nix
./security.nix
./steam.nix

View file

@ -4,9 +4,12 @@
environment.systemPackages = with pkgs; [
btop
git
wget
# hardware troubleshooting
lshw
parted
wget
smartmontools
# network troubleshooting
inetutils