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
|
@ -10,6 +10,7 @@
|
|||
podman.enable = true;
|
||||
secureboot.enable = true;
|
||||
homeprinter.enable = true;
|
||||
user.extraGroups = [ "docker" "dialout" ];
|
||||
};
|
||||
|
||||
system.autoUpgrade = {
|
||||
|
|
|
@ -12,7 +12,7 @@ with lib.metacfg;
|
|||
podman.enable = true;
|
||||
secureboot.enable = true;
|
||||
homeprinter.enable = true;
|
||||
user.extraGroups = [ "docker" ];
|
||||
user.extraGroups = [ "docker" "dialout" ];
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
|
|
Loading…
Reference in a new issue