users(cassie): add dialout group for esp programming
Sophie Cheung 1 week ago 6ae50585 b23783f9
··· 1 1 - { ... }: 2 1 { 3 2 users.users.cassie = { 4 3 isNormalUser = true; 5 5 - extraGroups = [ "wheel" ]; 4 4 + extraGroups = [ 5 5 + "wheel" 6 6 + "dialout" # esp programming 7 7 + ]; 6 8 openssh = { 7 9 authorizedKeys.keyFiles = [ ../../creds/ssh/users/cassie ]; 8 10 };