nixos/system/fwupd.nix

7 lines
64 B
Nix
Raw Normal View History

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