mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 09:54: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
|
# Disable ethernet port LEDs
|
||||||
dtparam=eth0_led=4
|
dtparam=eth0_led=4
|
||||||
dtparam=eth1_led=4
|
dtparam=eth1_led=4
|
||||||
|
|
||||||
# Disable SD-Card pools
|
# Disable SD-Card pools
|
||||||
dtparam=sd_pool_once=on
|
dtparam=sd_pool_once=on
|
||||||
'';
|
'';
|
||||||
|
@ -31,11 +31,4 @@
|
||||||
|
|
||||||
# Fix wifi disconnect
|
# Fix wifi disconnect
|
||||||
networking.networkmanager.wifi.powersave = false;
|
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