packages: rename from environment, install smartmontools
This commit is contained in:
parent
fc245b4619
commit
6a47840cd7
|
@ -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
|
||||||
|
|
|
@ -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
|
Loading…
Reference in a new issue