automount USB drives
This commit is contained in:
parent
bcc089232a
commit
bd0ae15232
1 changed files with 4 additions and 0 deletions
|
|
@ -72,6 +72,10 @@
|
||||||
wallpaper = builtins.toString ./TranscodedWallpaper.jpeg;
|
wallpaper = builtins.toString ./TranscodedWallpaper.jpeg;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# auto-mount USB drives
|
||||||
|
services.gvfs.enable = true;
|
||||||
|
services.udisks2.enable = true;
|
||||||
|
|
||||||
hardware.bluetooth.enable = true;
|
hardware.bluetooth.enable = true;
|
||||||
|
|
||||||
# For languini
|
# For languini
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue