Add authorized SSH key

This commit is contained in:
Marko Korhonen 2024-10-05 16:19:44 +03:00
parent 08d3382d52
commit 9d9c745375
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890

View file

@ -6,5 +6,8 @@
isNormalUser = true;
extraGroups = [ "networkmanager" "wheel" ];
shell = pkgs.zsh;
openssh.authorizedKeys.keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHLUrf0LpumX6XEkPW6Z105sgJMWWOllWy7sxB+lgdUw Marko YubiKey"
];
};
}