mirror of
https://git.gay/xqtc/nixos-config
synced 2025-05-10 00:07:30 +02:00
btrfs autoscrub yosai
This commit is contained in:
parent
4d2dabb453
commit
86758b22bd
1 changed files with 3 additions and 0 deletions
|
@ -20,6 +20,9 @@
|
|||
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
services.btrfs.autoScrub.enable = true;
|
||||
services.btrfs.autoScrub.interval = "weekly";
|
||||
|
||||
swapDevices = [
|
||||
{
|
||||
device = "/var/lib/swapfile";
|
||||
|
|
Loading…
Add table
Reference in a new issue