Migrate from udiskie to udevil

This commit is contained in:
Bun 2025-03-26 10:33:24 -04:00
parent 88bf37e5b3
commit e2c86171a5
6 changed files with 5 additions and 16 deletions

View file

@ -4,6 +4,5 @@
./easyeffects
./gnome-keyring
./mpd
./udiskie
];
}

View file

@ -1,7 +0,0 @@
{ config, ... }:
{
services.udiskie = {
enable = config.home.desktop.enable;
automount = false;
};
}