13 lines
152 B
Nix
13 lines
152 B
Nix
{ ... }:
|
|
{
|
|
flake.modules.nixos.fwupd =
|
|
{
|
|
config,
|
|
lib,
|
|
pkgs,
|
|
...
|
|
}:
|
|
{
|
|
services.fwupd.enable = true;
|
|
};
|
|
}
|