From a4c5004b683d56df736b505865efd07b997b2545 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Numbus?= Date: Sun, 25 Jan 2026 10:50:22 +0100 Subject: [PATCH] Typo in mirror.nix --- templates/nix-config/disks/mirror.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/templates/nix-config/disks/mirror.nix b/templates/nix-config/disks/mirror.nix index acb4d40..f24d208 100644 --- a/templates/nix-config/disks/mirror.nix +++ b/templates/nix-config/disks/mirror.nix @@ -35,6 +35,10 @@ raid1 = { type = "mdadm"; level = 1; + settings = { + startOptions = [ "--run" "--bitmap=internal" ]; + mdadmMetadata = "1.2"; + }; content = { type = "luks"; name = "crypted-mirror";