scrub the disks weekly

This commit is contained in:
Christoph Cullmann 2024-08-24 18:58:13 +02:00
parent 76bdafcb5c
commit e9c91e8767
No known key found for this signature in database

View file

@ -232,6 +232,12 @@ in
interval = "weekly";
};
# scrub the disks weekly
services.btrfs.autoScrub = {
enable = true;
interval = "weekly";
};
# avoid suspend ever to be triggered
systemd.targets.sleep.enable = false;
systemd.targets.suspend.enable = false;