From 11462ce843f5926ea7c40e800b4399e7e0a22c45 Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Tue, 20 Aug 2024 03:17:58 +0200 Subject: [PATCH] koyomi: Add TODO comment for mdcheck --- machines/koyomi/hardware-configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/machines/koyomi/hardware-configuration.nix b/machines/koyomi/hardware-configuration.nix index 72f9460..949f7b2 100644 --- a/machines/koyomi/hardware-configuration.nix +++ b/machines/koyomi/hardware-configuration.nix @@ -57,6 +57,8 @@ services.prometheus.exporters.smartctl.devices = [ "/dev/nvme0n1" "/dev/nvme1n1" ]; + # TODO Enable periodic RAID scrubbing/checking with mdcheck + networking.useDHCP = false; networking.usePredictableInterfaceNames = false; systemd.network = {