1
0
Fork 0
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:
xqtc 2025-03-26 19:45:59 +01:00
parent 4d2dabb453
commit 86758b22bd
Signed by: xqtc
GPG key ID: 2C064D095926D9D1

View file

@ -20,6 +20,9 @@
nixpkgs.config.allowUnfree = true;
services.btrfs.autoScrub.enable = true;
services.btrfs.autoScrub.interval = "weekly";
swapDevices = [
{
device = "/var/lib/swapfile";