fix: add bash shell to containers user

This commit is contained in:
2026-07-18 04:03:09 +01:00
parent 04a6669da8
commit a027a1adac

View File

@@ -22,6 +22,7 @@
isSystemUser = true;
group = "containers";
extraGroups = [ "podman" ];
shell = pkgs.bash;
home = "/var/lib/containers";
createHome = true;
subUidRanges = [{ startUid = 100000; count = 65536; }];