feat: enable auto-scrub on all servers
This commit is contained in:
parent
e251d9865c
commit
cbbc9ff77f
1 changed files with 2 additions and 0 deletions
|
@ -16,6 +16,8 @@ with lib; {
|
|||
documentation.enable = mkDefault false;
|
||||
documentation.nixos.enable = mkDefault false;
|
||||
|
||||
services.btrfs.autoScrub.enable = true;
|
||||
|
||||
services.journald.extraConfig = ''
|
||||
SystemKeepFree = 2G
|
||||
'';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue