Files

6 lines
65 B
Nix
Raw Permalink Normal View History

2026-03-22 15:24:03 -04:00
{ lib, ... }:
{
services.fwupd.enable = lib.mkDefault true;
}