mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-08-21 18:55:47 +02:00
28404f07cd
Former-commit-id: 84f87f9833
8 lines
92 B
Nix
8 lines
92 B
Nix
{
|
|
services.udiskie = {
|
|
enable = true;
|
|
notify = true;
|
|
automount = true;
|
|
};
|
|
}
|