nixos-configuration/nixos/modules/udev.nix

5 lines
57 B
Nix

{
config = {
hardware.ledger.enable = true;
};
}