fix eval
This commit is contained in:
parent
f35d4a3b58
commit
c8ab60c209
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
||||||
# defaults to 12, which is a bit much given how much data is written
|
# defaults to 12, which is a bit much given how much data is written
|
||||||
autoSnapshot.monthly = 1;
|
autoSnapshot.monthly = 1;
|
||||||
autoScrub.enable = true;
|
autoScrub.enable = true;
|
||||||
# zfs is not available for latest lts
|
|
||||||
enableUnstable = true;
|
|
||||||
};
|
};
|
||||||
|
# zfs is not available for latest lts kenrel
|
||||||
|
boot.zfs.enableUnstable = true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue