mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-11 07:10:39 +02:00
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