Pihole: oh and disable smartd
This commit is contained in:
parent
ccd02eb01a
commit
e40ed2499d
|
@ -73,6 +73,9 @@ in
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Disable smartd: daemon fails when it doesn't detect any drives to monitor on startup
|
||||||
|
services.smartd.enable = lib.mkForce false;
|
||||||
|
|
||||||
${namespace} = {
|
${namespace} = {
|
||||||
bootloader.enable = false; # Bootloader configured in hardware-configuration.nix
|
bootloader.enable = false; # Bootloader configured in hardware-configuration.nix
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue