From 06397e1f666abc51b242dcaa2576e0aab7e0e840 Mon Sep 17 00:00:00 2001 From: xunuwu Date: Mon, 28 Oct 2024 07:03:30 +0100 Subject: [PATCH] make gamesand mount data read-write --- pkgs/gamesand/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/gamesand/default.nix b/pkgs/gamesand/default.nix index 9058dcc..a8c3529 100644 --- a/pkgs/gamesand/default.nix +++ b/pkgs/gamesand/default.nix @@ -8,7 +8,7 @@ symlinkJoin { (steam-fhsenv-without-steam.override { extraBwrapArgs = [ - "--ro-bind ./files /game/files" + "--bind ./files /game/files" "--bind ./appdata /home/$USER" "--chdir /game" "--ro-bind ./start.sh /game/start.sh"