add my own ssh key

This commit is contained in:
Seaswimmer 2024-11-16 22:26:15 -05:00
parent 7b08cc5e14
commit 95de2cc67d
Signed by: cswimr
GPG key ID: 0EC431A8DA8F8087

View file

@ -82,6 +82,11 @@
isNormalUser = true; isNormalUser = true;
description = "Seaswimmer"; description = "Seaswimmer";
extraGroups = [ "networkmanager" "wheel" "docker" ]; extraGroups = [ "networkmanager" "wheel" "docker" ];
openssh = {
authorizedKeys.keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILOka7plvb0hAwDq04mb+hs+a+P3XDhyYyvhw1L5tvlz cswimr@eclipse"
];
};
# packages = with pkgs; []; use home-manager instead! # packages = with pkgs; []; use home-manager instead!
}; };