feat: enable auto-scrub on all servers

This commit is contained in:
Tim Schubert 2024-05-26 20:40:28 +02:00
parent e251d9865c
commit cbbc9ff77f
Signed by: dadada
SSH key fingerprint: SHA256:bFAjFH3hR8zRBaJjzQDjc3o4jqoq5EZ87l+KXEjxIz0

View file

@ -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
'';