feat: reenabled auto snapshot/scrubbing
This commit is contained in:
parent
1289462220
commit
fa0adaa511
1 changed files with 4 additions and 4 deletions
|
|
@ -212,10 +212,10 @@ in {
|
||||||
# in
|
# in
|
||||||
# diskWarnings ++ datasetWarnings;
|
# diskWarnings ++ datasetWarnings;
|
||||||
|
|
||||||
# services.zfs = {
|
services.zfs = {
|
||||||
# autoScrub.enable = true;
|
autoScrub.enable = true;
|
||||||
# autoSnapshot.enable = true;
|
autoSnapshot.enable = true;
|
||||||
# };
|
};
|
||||||
|
|
||||||
# # Configure disko for ZFS setup
|
# # Configure disko for ZFS setup
|
||||||
disko.devices = {
|
disko.devices = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue