Files
nixos/system/fwupd.nix
2024-07-17 22:22:04 +02:00

7 lines
64 B
Nix

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