bertof: add dialout group
This commit is contained in:
parent
14cfbf6f00
commit
4587448b56
2 changed files with 3 additions and 1 deletions
|
|
@ -44,8 +44,9 @@
|
||||||
|
|
||||||
programs.steam = {
|
programs.steam = {
|
||||||
enable = true;
|
enable = true;
|
||||||
remotePlay.openFirewall = true;
|
|
||||||
extest.enable = true;
|
extest.enable = true;
|
||||||
|
gamescopeSession.enable = true;
|
||||||
|
remotePlay.openFirewall = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
services = {
|
services = {
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,7 @@
|
||||||
shell = pkgs.zsh;
|
shell = pkgs.zsh;
|
||||||
extraGroups = [
|
extraGroups = [
|
||||||
"audio"
|
"audio"
|
||||||
|
"dialout"
|
||||||
"docker"
|
"docker"
|
||||||
"flashrom"
|
"flashrom"
|
||||||
"input"
|
"input"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue