Create media group
This commit is contained in:
parent
af6d9e66d2
commit
e0dd664883
6 changed files with 15 additions and 9 deletions
|
|
@ -41,12 +41,16 @@
|
|||
};
|
||||
};
|
||||
|
||||
## Create media group
|
||||
users.groups.media = { };
|
||||
|
||||
users.users.jan = {
|
||||
isNormalUser = true;
|
||||
description = "Jan Kremer";
|
||||
extraGroups = [
|
||||
"networkmanager"
|
||||
"wheel"
|
||||
"media"
|
||||
];
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue