different-name / nix-files

My NixOS configuration files
GNU General Public License v3.0
3 stars 0 forks source link

Steam folder permissions aren't set on install #5

Closed different-name closed 2 months ago

different-name commented 2 months ago

The mounted steam directories (~/.steam & ~/.local/share/Steam) are owned by root:root after running disko and nixos-install

different-name commented 2 months ago

Should be fixed in https://github.com/Different-Name/nix-files/commit/51d11efa89d659ac109ef27184949711e1e3da15

Verified by running chown root:root ~/.steam chown root:root ~/.local/share/Steam and rebuilding to see those folders are owned by different:users with 0755 permissions