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";
|
mountpoint = "/boot";
|
||||||
mountOptions = [
|
mountOptions = [
|
||||||
"defaults"
|
"defaults"
|
||||||
|
"umask=0077"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -39,13 +39,7 @@ in {
|
||||||
zstorage = {
|
zstorage = {
|
||||||
type = "zpool";
|
type = "zpool";
|
||||||
mode = "raidz2";
|
mode = "raidz2";
|
||||||
rootFsOptions = {
|
options.compression = "zstd";
|
||||||
mountpoint = "none";
|
|
||||||
compression = "zstd";
|
|
||||||
acltype = "posixacl";
|
|
||||||
xattr = "sa";
|
|
||||||
"com.sun:auto-snapshot" = "true";
|
|
||||||
};
|
|
||||||
options.ashift = "12";
|
options.ashift = "12";
|
||||||
datasets = {
|
datasets = {
|
||||||
"services" = {
|
"services" = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue