mac ssh authorize

This commit is contained in:
Danilo Reyes
2026-03-18 16:18:55 -06:00
parent 29bb85b5c9
commit 684904a676
3 changed files with 3 additions and 0 deletions

View File

@@ -51,6 +51,7 @@ in
];
openssh.authorizedKeys.keyFiles = inputs.self.lib.getSshKeys [
"deacero"
"mac"
"workstation"
"server"
"miniserver"

View File

@@ -280,6 +280,7 @@ in
serviceMap |> map (entry: inputs.self.lib.mkPostgresDependency config entry.service entry.name);
sshKeys = {
deacero = ../secrets/ssh/ed25519_deacero.pub;
mac = ../secrets/ssh/ed25519_mac.pub;
workstation = ../secrets/ssh/ed25519_workstation.pub;
server = ../secrets/ssh/ed25519_server.pub;
miniserver = ../secrets/ssh/ed25519_miniserver.pub;

View File

@@ -0,0 +1 @@
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICPm6OxkrbbYHHUK+6HFHyO1cZYEQR0Un11k2+9YRRIq carlosdaniloreyesmartinez@MacBook-Air-deCarlos-Danilo-Reyes.local