1
1
Fork 1
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:
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

6
flake.lock generated
View file

@ -406,11 +406,11 @@
"pre-commit-hooks": "pre-commit-hooks_3"
},
"locked": {
"lastModified": 1703537346,
"narHash": "sha256-uHS8w7HzkPyPh4K2L0U13A0IUeSI9yugYXgK8xz+CyA=",
"lastModified": 1704474098,
"narHash": "sha256-qeSqlbSQAhvtcBsn0SUpAiGwAqVLMbxOkm6NX+NHNPI=",
"owner": "oddlama",
"repo": "nixos-extra-modules",
"rev": "4daf3ffd02f7cfb1c9a3c8c95bec21dd078ab26f",
"rev": "7013e9116ddfde2e39a16b6ae8c26d869e2dbe98",
"type": "github"
},
"original": {

View file

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