Add user to gamemode group.
This commit is contained in:
parent
af72005772
commit
c55fbf4fae
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@
|
||||||
users.users.crony = {
|
users.users.crony = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
description = "Crony";
|
description = "Crony";
|
||||||
extraGroups = ["networkmanager" "wheel" "video" "input" "audio" "libvirtd"];
|
extraGroups = ["networkmanager" "wheel" "video" "input" "audio" "gamemode"];
|
||||||
};
|
};
|
||||||
|
|
||||||
# Allow unfree packages
|
# Allow unfree packages
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue