fixed ssh

This commit is contained in:
Bryan Ramos 2026-04-19 14:25:42 -04:00
parent 022812a5b7
commit 54844e3558
2 changed files with 2 additions and 0 deletions

View file

@ -0,0 +1 @@
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBamn0zxYt6mwWLrPkDDXTrfe/tdpGCw6DBLiTw5QuxD bryan@ramos.codes

View file

@ -17,6 +17,7 @@
extraGroups = [ "wheel" "networkmanager" "video" "audio" "input" ];
openssh.authorizedKeys.keys = [
"${config.machines.keys.desktop.ssh}"
"${config.machines.keys.windows.ssh}"
];
};