nixos/parts/modules/hardware/usb.nix

4 lines
41 B
Nix
Raw Normal View History

2025-02-03 07:55:17 +01:00
_: {
services.udisks2.enable = true;
}