Enable btrfs auto-scrubbing for backup-raspberrypi

This commit is contained in:
JuliusFreudenberger 2025-01-19 14:20:03 +02:00
parent 927cd07d84
commit 7d2b6503fc

View file

@ -35,6 +35,8 @@
fsType = "btrfs";
};
services.btrfs.autoScrub.enable = true;
networking.hostName = "backup-raspberry"; # Define your hostname.
users = {