enable smartd in common and add more default utilities
This commit is contained in:
parent
97a905d46d
commit
7604d2d7d7
1 changed files with 7 additions and 0 deletions
|
@ -6,6 +6,8 @@
|
||||||
];
|
];
|
||||||
|
|
||||||
config = {
|
config = {
|
||||||
|
services.smartd.enable = true;
|
||||||
|
|
||||||
hardware.enableAllFirmware = true;
|
hardware.enableAllFirmware = true;
|
||||||
hardware.cpu.amd.updateMicrocode = true;
|
hardware.cpu.amd.updateMicrocode = true;
|
||||||
|
|
||||||
|
@ -77,6 +79,11 @@
|
||||||
lm_sensors
|
lm_sensors
|
||||||
rsync
|
rsync
|
||||||
bind
|
bind
|
||||||
|
file
|
||||||
|
iotop
|
||||||
|
psmisc
|
||||||
|
usbutils
|
||||||
|
pciutils
|
||||||
];
|
];
|
||||||
|
|
||||||
# Allow ssh
|
# Allow ssh
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue