mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-08-21 18:55:47 +02:00
10 lines
208 B
Nix
10 lines
208 B
Nix
# Udiskie is a simple daemon that uses udisks to automatically mount removable storage devices.
|
|
{
|
|
services.udiskie = {
|
|
enable = true;
|
|
notify = true;
|
|
automount = true;
|
|
tray = "never";
|
|
};
|
|
}
|