From 660806bb88e8f32eb5c84b9e7e18cb0efa4b1cfa Mon Sep 17 00:00:00 2001 From: Samuel Dionne-Riel Date: Sun, 29 Sep 2024 20:25:52 -0400 Subject: [PATCH] steam: Allow unmounting devices --- modules/steam/steam.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/steam/steam.nix b/modules/steam/steam.nix index b633940e..d7866c18 100644 --- a/modules/steam/steam.nix +++ b/modules/steam/steam.nix @@ -104,7 +104,7 @@ in # We don't support adopting a drive, yet. STEAM_ALLOW_DRIVE_ADOPT = mkDefault "0"; # Ejecting doesn't work, either. - STEAM_ALLOW_DRIVE_UNMOUNT = mkDefault "0"; + STEAM_ALLOW_DRIVE_UNMOUNT = mkDefault "1"; }; } ]);