10 lines
121 B
Nix
10 lines
121 B
Nix
{ ... }:
|
|
{
|
|
services.udiskie = {
|
|
enable = true;
|
|
notify = true;
|
|
automount = true;
|
|
tray = "never";
|
|
};
|
|
}
|