Reorganize

This commit is contained in:
Henry Hiles 2025-07-12 10:53:06 -04:00
commit b506e8af60
No known key found for this signature in database
27 changed files with 2045 additions and 98 deletions

View file

@ -0,0 +1,7 @@
{
programs.ssh.extraConfig = ''
Host server
HostName ssh.federated.nexus
Port 2222
'';
}