2022-06-12 16:42:42 +01:00
|
|
|
_: {
|
2022-06-12 16:39:15 +01:00
|
|
|
boot.supportedFilesystems = ["zfs"];
|
2022-01-14 10:19:01 +01:00
|
|
|
boot.zfs.devNodes = "/dev/";
|
|
|
|
services.zfs.trim.enable = true;
|
|
|
|
services.zfs.autoScrub.enable = true;
|
2022-06-12 16:39:15 +01:00
|
|
|
services.zfs.autoScrub.pools = ["tank" "ssd" "hdd"];
|
2022-01-14 10:19:01 +01:00
|
|
|
services.zfs.autoSnapshot.enable = true;
|
|
|
|
}
|