Enable btrfs auto-scrubbing for backup-raspberrypi
This commit is contained in:
parent
927cd07d84
commit
7d2b6503fc
1 changed files with 2 additions and 0 deletions
|
@ -35,6 +35,8 @@
|
|||
fsType = "btrfs";
|
||||
};
|
||||
|
||||
services.btrfs.autoScrub.enable = true;
|
||||
|
||||
networking.hostName = "backup-raspberry"; # Define your hostname.
|
||||
|
||||
users = {
|
||||
|
|
Loading…
Add table
Reference in a new issue