zap: destroy all mdadm devices if mdadm is in PATH

This commit is contained in:
lassulus 2022-12-08 21:03:11 +01:00
parent e0ce5fb75f
commit 66add2cd9e
2 changed files with 8 additions and 5 deletions

View file

@ -114,7 +114,7 @@ $ nix-channel --update
``` nix
{
imports = [ "${builtins.fetchTarball "https://github.com/nix-community/disko/archive/main.tar.gz"}/modules/disko.nix" ];
imports = [ "${builtins.fetchTarball "https://github.com/nix-community/disko/archive/master.tar.gz"}/module.nix" ];
}
```