5 lines
59 B
Nix
5 lines
59 B
Nix
{ config, pkgs, ... }:
|
|
|
|
{
|
|
services.fwupd.enable = true;
|
|
} |