Don't automount, it's getting more annoying than it's worth

This commit is contained in:
Jimbo 2024-09-28 02:37:56 -04:00
parent ce2b33f3ed
commit fa4de687e4

View file

@ -1,4 +1,7 @@
{
# Automount with udisk2
services.udiskie.enable = true;
# Mount as user with udisk2
services.udiskie = {
enable = true;
automount = false;
};
}