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 4, 2024
1 parent 2e1c5bd commit f194032
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 @@ -115,7 +115,7 @@ in

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

0 comments on commit f194032

Please sign in to comment.