NixOS-Config/home/services/udiskie.nix
2024-09-23 16:36:46 -04:00

5 lines
64 B
Nix

{
# Automount with udisk2
services.udiskie.enable = true;
}