Distrobox: Difference between revisions

Ilyagr (talk | contribs)
m Fixup
Ilyagr (talk | contribs)
m Fixup
Line 41: Line 41:


==== "potentially insufficient UIDs and GUIDs" error ====
==== "potentially insufficient UIDs and GUIDs" error ====
When setting up containers that do not run as root, you may see an error along the following lines: (this example uses podman, lilipod has a different error)
When setting up containers that do not run as root (as podman does by default), you may see an error along the following lines: (this example uses podman, lilipod has a different error)




Line 55: Line 55:


<syntaxhighlight lang="nix">
<syntaxhighlight lang="nix">
   users.users.ilyagr = {
   users.users.YOURUSERNAME = {
       extraGroups = [ "podman" ];
       extraGroups = [ "podman" ];
       subGidRanges = [
       subGidRanges = [