added scrubbing and aut snapshot to defiant

This commit is contained in:
Leyla Becker 2025-01-01 20:03:01 -06:00
parent 46edb7363d
commit c523e6075b
3 changed files with 12 additions and 6 deletions

View file

@ -50,6 +50,11 @@ in {
};
config = lib.mkIf config.host.storage.enable {
services.zfs = {
autoScrub.enable = true;
autoSnapshot.enable = true;
};
disko.devices = {
disk = (
builtins.listToAttrs (