Skip to content

Commit

Permalink
steam: Add drive adoption support
Browse files Browse the repository at this point in the history
This is a bit of a misnomer. It also adds "better" formatting support.
  • Loading branch information
samueldr committed Oct 6, 2024
1 parent 3adbe71 commit b2cfb2d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions modules/steam/steam.nix
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,7 @@ in
'';

jovian.steam.environment = {
# We don't support adopting a drive, yet.
STEAM_ALLOW_DRIVE_ADOPT = mkDefault "0";
# Ejecting doesn't work, either.
STEAM_ALLOW_DRIVE_ADOPT = mkDefault "1";
STEAM_ALLOW_DRIVE_UNMOUNT = mkDefault "1";
};
}
Expand Down

0 comments on commit b2cfb2d

Please sign in to comment.