chore: fix raidz typo

This commit is contained in:
oddlama 2024-01-06 01:35:20 +01:00
parent 1467560525
commit 0012ce79dd
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
2 changed files with 4 additions and 4 deletions

View file

@ -41,7 +41,7 @@ in {
};
};
storage = mkZpool {
mode = "raidz1";
mode = "raidz";
datasets = {
"safe/guests" = unmountable;
};