cleo-darwin: enable ssh

This commit is contained in:
Matthew Bessette
2026-08-08 13:24:27 -04:00
parent 7fb8488730
commit 2be7c85e8d
6 changed files with 21 additions and 2 deletions
+4
View File
@@ -18,4 +18,8 @@ in {
_1PassKeyName = "Cleo SSH Key";
_1PassKeyVault = "Cleo";
};
sshPublicKeys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILsZW38Ad1GAhGgfo7LsBzt6M4oo30VafsmNrILPMVio" # Personal SSH Key
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHC7FdwVyL71a2+7K9DFqNEiuvHO4eDh5ndS1tivimMi" # Cleo SSH Key
];
}