This website requires JavaScript.
Explore
Help
Sign In
Jimbo
/
NixOS-Config
Watch
1
Star
0
Fork
You've already forked NixOS-Config
0
Code
Issues
Pull requests
Actions
Packages
Projects
Releases
Wiki
Activity
796bdd1a42
NixOS-Config
/
home
/
services
/
udiskie.nix
8 lines
104 B
Nix
Raw
Normal View
History
Unescape
Escape
Finally switch to flakes.
2024-08-24 22:16:51 -04:00
{
Don't automount, it's getting more annoying than it's worth
2024-09-28 02:37:56 -04:00
# Mount as user with udisk2
services
.
udiskie
=
{
enable
=
true
;
automount
=
false
;
}
;
Finally switch to flakes.
2024-08-24 22:16:51 -04:00
}
Reference in a new issue
Copy permalink