Add dialout for usb access

This commit is contained in:
Nina Chloé Kassandra Reiß
2026-03-10 11:31:47 +01:00
parent 39a2703698
commit a433f8fdde

View File

@@ -15,8 +15,8 @@ in
users.users.${profile.username} = {
isNormalUser = true;
description = "Nina Chloé Kassandra";
extraGroups = [ "networkmanager" "wheel" "docker" "scanner" "lp" "uucp"];
description = "Nina Chlóe Kassandra";
extraGroups = [ "networkmanager" "wheel" "docker" "scanner" "lp" "uucp" "dialout"];
packages = with pkgs; [];
shell = pkgs.zsh;
hashedPassword = profile.hashed-password;