fix kaladin not being able to use esphome

This commit is contained in:
Chris Cochrun 2025-07-08 09:37:23 -05:00
parent 6f96122b83
commit bd08fe3414

View file

@ -46,7 +46,7 @@
# Define a user account. Don't forget to set a password with passwd. # Define a user account. Don't forget to set a password with passwd.
users.users.chris = { users.users.chris = {
isNormalUser = true; isNormalUser = true;
extraGroups = [ "wheel" "networkmanager" "input" "no-internet" ]; # Enable sudo for the user. extraGroups = [ "no-internet" "adbusers" "wheel" "networkmanager" "input" "uinput" "dialout" ]; # Enable sudo for the user.
}; };
# virtualisation.waydroid.enable = true; # virtualisation.waydroid.enable = true;