summaryrefslogtreecommitdiff
path: root/sys/core/storage.nix
diff options
context:
space:
mode:
authoradikro <adikro@disroot.org>2025-12-22 04:29:04 +0100
committeradikro <adikro@disroot.org>2025-12-22 04:29:04 +0100
commit49bf16698295cd068e125333ec2f7c7bfa6bda27 (patch)
treeae3b8bf11cdffb6f02e3f52a1b757afd524251ec /sys/core/storage.nix
parent8d1e42316948a6665911ae60d796161ee20e0b54 (diff)
fixed the memory management module
Diffstat (limited to 'sys/core/storage.nix')
-rw-r--r--sys/core/storage.nix5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/core/storage.nix b/sys/core/storage.nix
index d026eeb..693e5e7 100644
--- a/sys/core/storage.nix
+++ b/sys/core/storage.nix
@@ -24,9 +24,8 @@ in
services.fstrim.enable = true;
services.btrfs.autoScrub = {
- enable = true;
- interval = "monthly";
- fileSystems = [ "/" ];
+ enable = true;
+ fileSystems = [ "/" ];
};
boot.tmp = {