From bd0ae152320f3674285f4d9440b608c5f3f84b31 Mon Sep 17 00:00:00 2001 From: clay53 Date: Tue, 28 Oct 2025 16:21:13 -0400 Subject: [PATCH] automount USB drives --- configuration.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/configuration.nix b/configuration.nix index ebe1b3b..1d237f8 100644 --- a/configuration.nix +++ b/configuration.nix @@ -72,6 +72,10 @@ wallpaper = builtins.toString ./TranscodedWallpaper.jpeg; }; + # auto-mount USB drives + services.gvfs.enable = true; + services.udisks2.enable = true; + hardware.bluetooth.enable = true; # For languini