Skip to content

Commit

Permalink
steam: Allow unmounting devices
Browse files Browse the repository at this point in the history
  • Loading branch information
samueldr committed Oct 4, 2024
1 parent e35aa62 commit 660806b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/steam/steam.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
};
}
]);
Expand Down

0 comments on commit 660806b

Please sign in to comment.