diff options
Diffstat (limited to '')
-rw-r--r-- | hosts/common/system/hardware.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hosts/common/system/hardware.nix b/hosts/common/system/hardware.nix index 030b358..43c2718 100644 --- a/hosts/common/system/hardware.nix +++ b/hosts/common/system/hardware.nix @@ -2,4 +2,7 @@ { services.fwupd.enable = true; + + services.fstrim.enable = true; + services.btrfs.autoScrub.enable = true; } |