feat: add user to tty and dialout groups
This commit is contained in:
parent
9dd71ba4e7
commit
65fb0d3478
1 changed files with 2 additions and 0 deletions
|
|
@ -58,6 +58,8 @@
|
||||||
"networkmanager"
|
"networkmanager"
|
||||||
"wheel"
|
"wheel"
|
||||||
"storage"
|
"storage"
|
||||||
|
"tty"
|
||||||
|
"dialout"
|
||||||
];
|
];
|
||||||
shell = pkgs.zsh;
|
shell = pkgs.zsh;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue