From 55497ca59b9678542857679061a94e67ac31a81a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Numbus?= Date: Sun, 25 Jan 2026 10:58:44 +0100 Subject: [PATCH] Trying to get mirror setup working --- templates/nix-config/disks/mirror.nix | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/templates/nix-config/disks/mirror.nix b/templates/nix-config/disks/mirror.nix index f24d208..cd0e593 100644 --- a/templates/nix-config/disks/mirror.nix +++ b/templates/nix-config/disks/mirror.nix @@ -35,10 +35,8 @@ raid1 = { type = "mdadm"; level = 1; - settings = { - startOptions = [ "--run" "--bitmap=internal" ]; - mdadmMetadata = "1.2"; - }; + metadata = "1.2"; + bitmap = "internal"; content = { type = "luks"; name = "crypted-mirror";