fixes?
This commit is contained in:
parent
82b76b60c3
commit
fac7eb0e2f
2 changed files with 2 additions and 7 deletions
|
|
@ -45,6 +45,7 @@ in {
|
|||
mountpoint = "/boot";
|
||||
mountOptions = [
|
||||
"defaults"
|
||||
"umask=0077"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -39,13 +39,7 @@ in {
|
|||
zstorage = {
|
||||
type = "zpool";
|
||||
mode = "raidz2";
|
||||
rootFsOptions = {
|
||||
mountpoint = "none";
|
||||
compression = "zstd";
|
||||
acltype = "posixacl";
|
||||
xattr = "sa";
|
||||
"com.sun:auto-snapshot" = "true";
|
||||
};
|
||||
options.compression = "zstd";
|
||||
options.ashift = "12";
|
||||
datasets = {
|
||||
"services" = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue