Skip to content

Commit

Permalink
refactor(gaming): adjust mount permissions for windows drive
Browse files Browse the repository at this point in the history
  • Loading branch information
zakuciael committed Dec 29, 2024
1 parent 2630377 commit f2835da
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions modules/desktop/gaming/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,10 @@ let
[
"uid=${builtins.toString user.uid}"
"gid=${builtins.toString group.gid}"
"dmask=007"
"fmask=117"
"dmask=022"
"fmask=133"
];

});
};
in
Expand Down

0 comments on commit f2835da

Please sign in to comment.