pvv-nixos-config/base/services/fwupd.nix
2025-03-15 01:19:59 +01:00

5 lines
45 B
Nix

{ ... }:
{
services.fwupd.enable = true;
}