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 = {