Configure steam mount permissions
This commit is contained in:
parent
0630075696
commit
98b6cd8c73
1 changed files with 5 additions and 0 deletions
|
|
@ -29,8 +29,13 @@
|
|||
fsType = "ext4";
|
||||
|
||||
options = [
|
||||
"defaults"
|
||||
"users"
|
||||
"nofail"
|
||||
"noatime"
|
||||
"uid=1000"
|
||||
"gid=100"
|
||||
"mode=775"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue