fix(kyuuto): some opl permissions

This commit is contained in:
arcnmx 2024-03-01 13:08:50 -08:00
parent 9c6bbe8b82
commit 2b59e68384
2 changed files with 4 additions and 1 deletions

View file

@ -112,7 +112,8 @@
${scriptFail}
else
if [[ ! -L ${escapeShellArg config.path} || -z ${escapeShellArg config.noOverwrite} ]]; then
ln -s${relativeFlag}fT ${escapeShellArg config.src} ${escapeShellArg config.path}${scriptCatch}
ln -s${relativeFlag}fT ${escapeShellArg config.src} ${escapeShellArg config.path} &&
${chown} -h${scriptCatch}
fi
fi
'';

View file

@ -80,6 +80,8 @@ in {
"${cfg.gameLibraryDir}/games.bin" = {
type = "symlink";
src = cfg.rootDir + "/games.bin";
owner = mkDefault "admin";
group = mkDefault "kyuuto";
};
};
files = {