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 ./base-server
./users ./users
./boot.nix ./boot.nix
./environment.nix
./home-manager.nix ./home-manager.nix
./misc.nix ./misc.nix
./nginx.nix ./nginx.nix
./nix.nix ./nix.nix
./openssh.nix ./openssh.nix
./packages.nix
./sanoid.nix ./sanoid.nix
./security.nix ./security.nix
./steam.nix ./steam.nix

View file

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