Add colmena apply stage

This commit is contained in:
yuri 2023-07-13 20:56:30 +02:00
parent 395f6200a3
commit 8741712649
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"
];
};
}