packages: rename from environment, install smartmontools
This commit is contained in:
parent
fc245b4619
commit
6a47840cd7
|
@ -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
|
||||
|
|
|
@ -4,9 +4,12 @@
|
|||
environment.systemPackages = with pkgs; [
|
||||
btop
|
||||
git
|
||||
wget
|
||||
|
||||
# hardware troubleshooting
|
||||
lshw
|
||||
parted
|
||||
wget
|
||||
smartmontools
|
||||
|
||||
# network troubleshooting
|
||||
inetutils
|
Loading…
Reference in a new issue