Typo in mirror.nix

This commit is contained in:
Raphaël Numbus
2026-01-25 10:50:22 +01:00
parent 20c58cb57e
commit a4c5004b68
+4
View File
@@ -35,6 +35,10 @@
raid1 = {
type = "mdadm";
level = 1;
settings = {
startOptions = [ "--run" "--bitmap=internal" ];
mdadmMetadata = "1.2";
};
content = {
type = "luks";
name = "crypted-mirror";