11 lines
85 B
Nix
11 lines
85 B
Nix
{
|
|
config,
|
|
pkgs,
|
|
lib,
|
|
...
|
|
}: {
|
|
services = {
|
|
fwupd.enable = true;
|
|
};
|
|
}
|