install ssh-public key

This commit is contained in:
Goeran Heinemann 2025-01-24 16:59:15 +01:00
parent 336d26ff3b
commit 06a9702782

View file

@ -45,6 +45,9 @@
users.users.administration = {
isNormalUser = true;
extraGroups = [ "wheel" "docker" ]; # Enable sudo for the user.
openssh.authorizedKeys.keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINABEf0jBjtDdezDDtvl1v27l0DbHP2XUgMARTZXC+MR goeranh@node5"
];
packages = with pkgs; [
];
};