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:
Harald Hoyer 2024-08-28 14:42:09 +02:00
parent 4c614b60a1
commit 85a03f633a
2 changed files with 2 additions and 1 deletions

View file

@ -10,6 +10,7 @@
podman.enable = true; podman.enable = true;
secureboot.enable = true; secureboot.enable = true;
homeprinter.enable = true; homeprinter.enable = true;
user.extraGroups = [ "docker" "dialout" ];
}; };
system.autoUpgrade = { system.autoUpgrade = {

View file

@ -12,7 +12,7 @@ with lib.metacfg;
podman.enable = true; podman.enable = true;
secureboot.enable = true; secureboot.enable = true;
homeprinter.enable = true; homeprinter.enable = true;
user.extraGroups = [ "docker" ]; user.extraGroups = [ "docker" "dialout" ];
}; };
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [