nixos/system/fwupd.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
64 B
Nix
Raw Normal View History

2024-05-19 10:43:18 +00:00
{ pkgs, ... }:
{
services.fwupd = {
enable = true;
};
}