forked from mirrors_public/oddlama_nix-config
chore: fix raidz typo
This commit is contained in:
parent
1467560525
commit
0012ce79dd
2 changed files with 4 additions and 4 deletions
|
@ -41,7 +41,7 @@ in {
|
|||
};
|
||||
};
|
||||
storage = mkZpool {
|
||||
mode = "raidz1";
|
||||
mode = "raidz";
|
||||
datasets = {
|
||||
"safe/guests" = unmountable;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue