add my own ssh key
This commit is contained in:
parent
7b08cc5e14
commit
95de2cc67d
1 changed files with 5 additions and 0 deletions
|
@ -82,6 +82,11 @@
|
|||
isNormalUser = true;
|
||||
description = "Seaswimmer";
|
||||
extraGroups = [ "networkmanager" "wheel" "docker" ];
|
||||
openssh = {
|
||||
authorizedKeys.keys = [
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILOka7plvb0hAwDq04mb+hs+a+P3XDhyYyvhw1L5tvlz cswimr@eclipse"
|
||||
];
|
||||
};
|
||||
# packages = with pkgs; []; use home-manager instead!
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue