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"; }; } ]);