No disko for beefcake for now
This commit is contained in:
parent
a84ea621bc
commit
e7067bef8c
1 changed files with 5 additions and 1 deletions
|
@ -191,13 +191,17 @@ in {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
beefcake = let
|
beefcake = let
|
||||||
zpools = {
|
zpools = {
|
||||||
zroot = {
|
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";
|
name = "zroot";
|
||||||
config = {
|
config = {
|
||||||
type = "zpool";
|
type = "zpool";
|
||||||
mode = "mirror";
|
# mode = "draid6";
|
||||||
rootFsOptions = {
|
rootFsOptions = {
|
||||||
compression = "zstd";
|
compression = "zstd";
|
||||||
"com.sun:auto-snapshot" = "false";
|
"com.sun:auto-snapshot" = "false";
|
||||||
|
|
Loading…
Reference in a new issue