Add colmena apply stage

This commit is contained in:
fi 2024-11-20 05:46:39 +01:00
parent 6d106e52c1
commit b8c4c65752
5 changed files with 29 additions and 7 deletions

View file

@ -0,0 +1,11 @@
{ ... }:
{
users.users.colmena-deploy = {
isNormalUser = true;
extraGroups = [ "wheel" ];
openssh.authorizedKeys.keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKPJbR09ZqPnfZkx9JNjCurJDXWa5XtNeNQfkPRU/ZnY colmena-deploy"
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJEvM35w+UaSpDTuaG5pGPgfHcfwscr+wSZN9Z5Jle82 yuri@kiara"
];
};
}