Skip to content

Commit

Permalink
Merge pull request #768 from socallinuxexpo/jc/key
Browse files Browse the repository at this point in the history
[READY] - Adding Josh to users
  • Loading branch information
sarcasticadmin authored Sep 22, 2024
2 parents 49b1c8b + 943fdf9 commit 4b70a99
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions nix/machines/_common/users.nix
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,14 @@
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICVZ7n1EOezedsbphq5atGtHm11xeGpLZBzEbgV7eZdb"
];
};
jsh = {
isNormalUser = true;
uid = 2011;
extraGroups = [ "wheel" ];
openssh.authorizedKeys.keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINfK7f1WvpQRhhB6UFeTOY5cB5uCzHFgP1DZZMwf75WZ"
];
};
};

}

0 comments on commit 4b70a99

Please sign in to comment.