mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 01:44:40 +02:00
serverle: disable smartd
This commit is contained in:
parent
ff91cdd1dd
commit
8f8a030860
1 changed files with 1 additions and 8 deletions
|
@ -14,7 +14,7 @@
|
|||
# Disable ethernet port LEDs
|
||||
dtparam=eth0_led=4
|
||||
dtparam=eth1_led=4
|
||||
|
||||
|
||||
# Disable SD-Card pools
|
||||
dtparam=sd_pool_once=on
|
||||
'';
|
||||
|
@ -31,11 +31,4 @@
|
|||
|
||||
# Fix wifi disconnect
|
||||
networking.networkmanager.wifi.powersave = false;
|
||||
|
||||
my.hardware = {
|
||||
drive-monitor = {
|
||||
enable = true;
|
||||
OnFailureMail = "server@buehler.rocks";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue