add ssh public key

This commit is contained in:
Adithya 2023-04-10 23:07:22 +05:30
parent 98a49b66b8
commit d91919d47b
Signed by: adtya
GPG key ID: 48FC9915FFD326D0
2 changed files with 3 additions and 0 deletions

View file

@ -14,6 +14,9 @@ in
isNormalUser = true;
extraGroups = [ "docker" "libvirtd" "networkmanager" "tss" "wheel" ];
shell = pkgs.zsh;
openssh.authorizedKeys.keys = [
user.primary.sshPublicKey
];
};
};
}

Binary file not shown.