Don't automount, it's getting more annoying than it's worth
This commit is contained in:
parent
ce2b33f3ed
commit
fa4de687e4
|
@ -1,4 +1,7 @@
|
|||
{
|
||||
# Automount with udisk2
|
||||
services.udiskie.enable = true;
|
||||
# Mount as user with udisk2
|
||||
services.udiskie = {
|
||||
enable = true;
|
||||
automount = false;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue