From e69ba6c6fc6014ba503e7e67c21819dc01ae85a1 Mon Sep 17 00:00:00 2001 From: Matej Risek Date: Tue, 3 May 2022 20:49:16 +0200 Subject: [PATCH] Use UID other than 1000 --- images/common/build_image.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/common/build_image.nix b/images/common/build_image.nix index 7786e19..16555fc 100644 --- a/images/common/build_image.nix +++ b/images/common/build_image.nix @@ -39,7 +39,7 @@ pkgs.dockerTools.buildImage { ${pkgs.stdenv.shell} ${pkgs.dockerTools.shadowSetup} ${pkgs.shadow}/bin/groupadd glot - ${pkgs.shadow}/bin/useradd -d /home/glot -g glot -s /bin/bash glot + ${pkgs.shadow}/bin/useradd -d /home/glot -g glot -s /bin/bash -u 11223 glot ${run} '';