1{ 2 users.users = { 3 bates64 = { 4 isNormalUser = true; 5 extraGroups = [ "wheel" ]; 6 openssh.authorizedKeys.keyFiles = [ ./bates64.pub ]; 7 }; 8 }; 9}