fix: add bash shell to containers user
This commit is contained in:
@@ -22,6 +22,7 @@
|
|||||||
isSystemUser = true;
|
isSystemUser = true;
|
||||||
group = "containers";
|
group = "containers";
|
||||||
extraGroups = [ "podman" ];
|
extraGroups = [ "podman" ];
|
||||||
|
shell = pkgs.bash;
|
||||||
home = "/var/lib/containers";
|
home = "/var/lib/containers";
|
||||||
createHome = true;
|
createHome = true;
|
||||||
subUidRanges = [{ startUid = 100000; count = 65536; }];
|
subUidRanges = [{ startUid = 100000; count = 65536; }];
|
||||||
|
|||||||
Reference in New Issue
Block a user