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