From e7067bef8c411b4c2d28c9a01d8203d2eb96930d Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Fri, 6 Sep 2024 06:56:28 -0500 Subject: [PATCH] No disko for beefcake for now --- disko/default.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/disko/default.nix b/disko/default.nix index ae73e3a..cd321b8 100644 --- a/disko/default.nix +++ b/disko/default.nix @@ -191,13 +191,17 @@ in { }; }; }; + beefcake = let zpools = { zroot = { + # TODO: at the time of writing, disko does not support draid6 + # so I'm building/managing the array manually for the time being + # the root pool is just a single disk right now name = "zroot"; config = { type = "zpool"; - mode = "mirror"; + # mode = "draid6"; rootFsOptions = { compression = "zstd"; "com.sun:auto-snapshot" = "false";