From 0012ce79dd0f96c5b72e9306be53c2bd246d209a Mon Sep 17 00:00:00 2001 From: oddlama Date: Sat, 6 Jan 2024 01:35:20 +0100 Subject: [PATCH] chore: fix raidz typo --- flake.lock | 6 +++--- hosts/sire/fs.nix | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/flake.lock b/flake.lock index 240c40a..a5784e4 100644 --- a/flake.lock +++ b/flake.lock @@ -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": { diff --git a/hosts/sire/fs.nix b/hosts/sire/fs.nix index 625554e..11d9449 100644 --- a/hosts/sire/fs.nix +++ b/hosts/sire/fs.nix @@ -41,7 +41,7 @@ in { }; }; storage = mkZpool { - mode = "raidz1"; + mode = "raidz"; datasets = { "safe/guests" = unmountable; };