Skip to content

Commit

Permalink
[container] Set the working dir to /var/lib/monocle
Browse files Browse the repository at this point in the history
This change enables the api service to write files.
  • Loading branch information
TristanCacqueray committed Aug 19, 2023
1 parent 85aca44 commit 34b996f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nix/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -480,6 +480,7 @@ in rec {
# Use fakeroot to avoid `No user exists for uid` error
"LD_PRELOAD=${pkgs.fakeroot}/lib/libfakeroot.so"
];
WorkingDir = "/${home}";
};
};

Expand Down

0 comments on commit 34b996f

Please sign in to comment.