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

{
  services.fwupd.enable = true;
}