feat(x86_64-linux): add user to dialout group
Updated configurations for x1 and t15 to include 'dialout' in user.extraGroups. This change allows users to access serial devices.
This commit is contained in:
parent
4c614b60a1
commit
85a03f633a
2 changed files with 2 additions and 1 deletions
|
@ -10,6 +10,7 @@
|
|||
podman.enable = true;
|
||||
secureboot.enable = true;
|
||||
homeprinter.enable = true;
|
||||
user.extraGroups = [ "docker" "dialout" ];
|
||||
};
|
||||
|
||||
system.autoUpgrade = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue