users(cassie): add dialout group for esp programming

Changed files
+4 -2
users
cassie
+4 -2
users/cassie/default.nix
···
-
{ ... }:
{
users.users.cassie = {
isNormalUser = true;
-
extraGroups = [ "wheel" ];
+
extraGroups = [
+
"wheel"
+
"dialout" # esp programming
+
];
openssh = {
authorizedKeys.keyFiles = [ ../../creds/ssh/users/cassie ];
};