This commit is contained in:
2026-01-28 00:39:46 +03:00
parent c09233132b
commit c82a74c786
7 changed files with 31 additions and 18 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
{ config, pkgs, lib, ... }:
{
zramSwap.enable = true;
# zramSwap.enable = true;
services.btrfs.autoScrub.enable = true;
services.btrfs.autoScrub.interval = "weekly";
}