From e40ed2499da79ffda966fc7713b3c470a3a4f21f Mon Sep 17 00:00:00 2001 From: Andre Date: Mon, 13 Jan 2025 09:47:58 -0500 Subject: [PATCH] Pihole: oh and disable smartd --- systems/aarch64-linux/Pihole/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/systems/aarch64-linux/Pihole/default.nix b/systems/aarch64-linux/Pihole/default.nix index d276988..77c44cf 100644 --- a/systems/aarch64-linux/Pihole/default.nix +++ b/systems/aarch64-linux/Pihole/default.nix @@ -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} = { bootloader.enable = false; # Bootloader configured in hardware-configuration.nix