Docker: Difference between revisions
imported>Kadimisetty m fix misplaced warning note |
imported>Kadimisetty |
||
Line 19: | Line 19: | ||
If you prefer, you could achieve the same with this: | If you prefer, you could achieve the same with this: | ||
<syntaxHighlight lang=nix> | <syntaxHighlight lang=nix> | ||
users.extraGroups.docker.members = [ " | users.extraGroups.docker.members = [ "username-with-access-to-socket" ]; | ||
</syntaxHighlight> | </syntaxHighlight> | ||