fix kaladin not being able to use esphome
This commit is contained in:
parent
6f96122b83
commit
bd08fe3414
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@
|
|||
# Define a user account. Don't forget to set a password with ‘passwd’.
|
||||
users.users.chris = {
|
||||
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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue