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
6
flake.lock
generated
6
flake.lock
generated
|
@ -406,11 +406,11 @@
|
||||||
"pre-commit-hooks": "pre-commit-hooks_3"
|
"pre-commit-hooks": "pre-commit-hooks_3"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1703537346,
|
"lastModified": 1704474098,
|
||||||
"narHash": "sha256-uHS8w7HzkPyPh4K2L0U13A0IUeSI9yugYXgK8xz+CyA=",
|
"narHash": "sha256-qeSqlbSQAhvtcBsn0SUpAiGwAqVLMbxOkm6NX+NHNPI=",
|
||||||
"owner": "oddlama",
|
"owner": "oddlama",
|
||||||
"repo": "nixos-extra-modules",
|
"repo": "nixos-extra-modules",
|
||||||
"rev": "4daf3ffd02f7cfb1c9a3c8c95bec21dd078ab26f",
|
"rev": "7013e9116ddfde2e39a16b6ae8c26d869e2dbe98",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -41,7 +41,7 @@ in {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
storage = mkZpool {
|
storage = mkZpool {
|
||||||
mode = "raidz1";
|
mode = "raidz";
|
||||||
datasets = {
|
datasets = {
|
||||||
"safe/guests" = unmountable;
|
"safe/guests" = unmountable;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue