From 9191c0ed481f497c6d0f61abafbba48d1739d350 Mon Sep 17 00:00:00 2001 From: lassulus Date: Mon, 17 Jul 2023 19:02:25 +0200 Subject: [PATCH] types mdadm: fix typo --- lib/types/mdadm.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/types/mdadm.nix b/lib/types/mdadm.nix index 6769830..9749fe1 100644 --- a/lib/types/mdadm.nix +++ b/lib/types/mdadm.nix @@ -44,7 +44,7 @@ "''${disk_devices[@]}" udevadm trigger --subsystem-match=block udevadm settle - # for some reason mdadm devices spwan with an existing partition table, so we need to wipe it + # for some reason mdadm devices spawn with an existing partition table, so we need to wipe it sgdisk --zap-all /dev/md/${config.name} ${lib.optionalString (config.content != null) config.content._create} '';