enable smartd in common and add more default utilities
This commit is contained in:
parent
97a905d46d
commit
7604d2d7d7
@ -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…
Reference in New Issue
Block a user