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
ea79120e86
NixOS-Config
/
home
/
utils
/
udiskie
/
default.nix
7 lines
83 B
Nix
Raw
Normal View
History
Unescape
Escape
Push these changes to a branch cause I'm kind of giving up
2024-10-07 11:42:34 -04:00
{
.
.
.
}:
{
Don't automount, it's getting more annoying than it's worth
2024-09-28 02:37:56 -04:00
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