Skip to content

Commit 4e20f55

Browse files
oneinganblaggacao
authored andcommitted
fix uid/gid in OCI user
1 parent b6924a7 commit 4e20f55

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/lib/ops/mkStandardOCI.nix

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,9 @@ in
8888
'';
8989

9090
users = cell.ops.mkUser {
91+
inherit uid gid;
9192
user = "nobody";
9293
group = "nogroup";
93-
uid = "65534";
94-
gid = "65534";
9594
withRoot = true;
9695
withHome = true;
9796
};

0 commit comments

Comments
 (0)