From bd08fe3414e86ed0c3634d8f401bbc1624737784 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Tue, 8 Jul 2025 09:37:23 -0500 Subject: [PATCH] fix kaladin not being able to use esphome --- systems/kaladin/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systems/kaladin/configuration.nix b/systems/kaladin/configuration.nix index c9d02c5..2cde432 100644 --- a/systems/kaladin/configuration.nix +++ b/systems/kaladin/configuration.nix @@ -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;