automount USB drives

This commit is contained in:
Clayton Hickey 2025-10-28 16:21:13 -04:00
parent bcc089232a
commit bd0ae15232

View file

@ -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