about summary refs log tree commit diff
path: root/hosts/common/system/hardware.nix
blob: 43c271854f1d07817088556511955dd8aac5c182 (plain) (blame)
1
2
3
4
5
6
7
8
{ pkgs, lib, config, ... }:

{
  services.fwupd.enable = true;

  services.fstrim.enable = true;
  services.btrfs.autoScrub.enable = true;
}