nixos/system/fwupd.nix
2024-05-19 12:43:18 +02:00

6 lines
64 B
Nix

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