nixos/system/fwupd.nix

6 lines
64 B
Nix
Raw Normal View History

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