13 lines
108 B
Nix
13 lines
108 B
Nix
|
{
|
||
|
config,
|
||
|
lib,
|
||
|
pkgs,
|
||
|
...
|
||
|
}:
|
||
|
|
||
|
{
|
||
|
imports = [ ./non-server.nix ];
|
||
|
|
||
|
services.fwupd.enable = true;
|
||
|
}
|