enable smartd in common and add more default utilities
This commit is contained in:
parent
97a905d46d
commit
7604d2d7d7
@ -6,6 +6,8 @@
|
||||
];
|
||||
|
||||
config = {
|
||||
services.smartd.enable = true;
|
||||
|
||||
hardware.enableAllFirmware = true;
|
||||
hardware.cpu.amd.updateMicrocode = true;
|
||||
|
||||
@ -77,6 +79,11 @@
|
||||
lm_sensors
|
||||
rsync
|
||||
bind
|
||||
file
|
||||
iotop
|
||||
psmisc
|
||||
usbutils
|
||||
pciutils
|
||||
];
|
||||
|
||||
# Allow ssh
|
||||
|
Loading…
Reference in New Issue
Block a user