Compare commits

..

No commits in common. "f7e892fad9c507308a395b96f1408fd0b5e9e913" and "d7638138edb0440838fa0c758c41815d9a1edc5f" have entirely different histories.

1 changed files with 0 additions and 12 deletions

View File

@ -1,12 +0,0 @@
{pkgs, ...}:
{
users.users.jonmro = {
isNormalUser = true;
extraGroups = [ "wheel" ];
shell = pkgs.zsh;
openssh.authorizedKeys.keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEm5PfYmfl/0fnAP/3coVlvTw3/TYNLT6r/NwJHZbLAK jonrodtang@gmail.com"
];
};
}