nixos/parts/modules/hardware/usb.nix
2025-02-04 07:53:18 +01:00

3 lines
41 B
Nix

_: {
services.udisks2.enable = true;
}