@@ -1,7 +1,11 @@
|
||||
{ ... }:
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
services.btrfs.autoScrub = {
|
||||
enable = true;
|
||||
interval = "weekly";
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
compsize
|
||||
];
|
||||
}
|
||||
|
Reference in New Issue
Block a user