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 = {
|
||||
enable = true;
|
||||
remotePlay.openFirewall = true;
|
||||
extest.enable = true;
|
||||
gamescopeSession.enable = true;
|
||||
remotePlay.openFirewall = true;
|
||||
};
|
||||
|
||||
services = {
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@
|
|||
shell = pkgs.zsh;
|
||||
extraGroups = [
|
||||
"audio"
|
||||
"dialout"
|
||||
"docker"
|
||||
"flashrom"
|
||||
"input"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue