docs/users: add explanation for groups
This commit is contained in:
@@ -32,10 +32,10 @@ The example shows how to add a user called `jon`:
|
|||||||
roles.default.settings = {
|
roles.default.settings = {
|
||||||
user = "jon"; # (3)
|
user = "jon"; # (3)
|
||||||
groups = [
|
groups = [
|
||||||
"wheel"
|
"wheel" # Allow using 'sudo'
|
||||||
"networkmanager"
|
"networkmanager" # Allows to manage network connections.
|
||||||
"video"
|
"video" # Allows to access video devices.
|
||||||
"input"
|
"input" # Allows to access input devices.
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user