Podman: Difference between revisions

Onny (talk | contribs)
Cleanup
Onny (talk | contribs)
Add user permissions
Line 15: Line 15:
};
};


</syntaxhighlight>
users.users.myuser = {
  isNormalUser = true;
  extraGroups = [ "podman" ];
};
</syntaxhighlight>Replace <code>myuser</code> with your current user. A reboot or re-login might be required for the permissions to take effect after applying changes.


== Tips and tricks ==
== Tips and tricks ==