From e3770bb8d5a4f75ac871a2e154b478fc660ed835 Mon Sep 17 00:00:00 2001 From: Daniel Langbein Date: Wed, 1 Nov 2023 17:04:26 +0100 Subject: [PATCH] gnome config --- modules/gnome-config.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/modules/gnome-config.nix b/modules/gnome-config.nix index 1e4aa5d..15a1cd8 100644 --- a/modules/gnome-config.nix +++ b/modules/gnome-config.nix @@ -52,6 +52,11 @@ "org/gnome/desktop/media-handling" = { # Settings > Removable Media > Never promt or start apps on media insertion autorun-never = true; + + # Don't automount external drives. + # https://unix.stackexchange.com/a/460299/315162 + automount = false; + automount-open = false; }; "org/gnome/settings-daemon/plugins/power" = {