From 5887446702cb82e3a5d0fe20460bc9b64c1d8737 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Numbus?= Date: Sun, 25 Jan 2026 10:21:12 +0100 Subject: [PATCH] Typo in mirror.nix --- templates/nix-config/disks/mirror.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/nix-config/disks/mirror.nix b/templates/nix-config/disks/mirror.nix index 61c2e62..5e79b32 100644 --- a/templates/nix-config/disks/mirror.nix +++ b/templates/nix-config/disks/mirror.nix @@ -30,7 +30,7 @@ }; }; }; - disko.devices.mdadm = { + mdadm = { raid1 = { type = "mdadm"; level = 1;