From 755cf09fdcc746c83bc720b40c9ed1483d9e9027 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Numbus?= Date: Sat, 10 Jan 2026 12:36:11 +0100 Subject: [PATCH] Get mirror config working --- templates/nix-config/disks/mirror.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/templates/nix-config/disks/mirror.nix b/templates/nix-config/disks/mirror.nix index 5eb58fa..6ff09df 100644 --- a/templates/nix-config/disks/mirror.nix +++ b/templates/nix-config/disks/mirror.nix @@ -48,7 +48,6 @@ "data-storage" = { type = "mdadm"; level = 1; - postCreateHook = "mdadm --grow /dev/md/data-storage --bitmap=internal"; content = { type = "filesystem"; format = "xfs";