Skip to content

Commit

Permalink
fix uid/gid in OCI user
Browse files Browse the repository at this point in the history
  • Loading branch information
oneingan authored and blaggacao committed Jul 6, 2024
1 parent b6924a7 commit 4e20f55
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/lib/ops/mkStandardOCI.nix
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,9 @@ in
'';

users = cell.ops.mkUser {
inherit uid gid;
user = "nobody";
group = "nogroup";
uid = "65534";
gid = "65534";
withRoot = true;
withHome = true;
};
Expand Down

0 comments on commit 4e20f55

Please sign in to comment.