nixbld: turn on zfs autosnapshot

pull/5/head
Sebastien Bourdeauducq 2020-07-26 22:29:33 +08:00
parent d2f7181a1f
commit 2cdff2b132
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@ in
boot.supportedFilesystems = ["zfs"];
services.zfs.autoScrub.enable = true;
services.zfs.autoSnapshot.enable = true;
fileSystems."/tank" = {
device = "tank";
fsType = "zfs";