Adjust ssh configuration for nichkara

This commit is contained in:
Nina Chloé Kassandra Reiß
2026-02-27 22:31:31 +01:00
parent 799d942ce7
commit 69a6503c53
2 changed files with 22 additions and 14 deletions

View File

@@ -38,6 +38,28 @@ in
};
};
};
programs.ssh = {
enable = true;
extraConfig = ''
Host git.nickr.eu
HostName git.nickr.eu
Port 22
Host nickr.eu
HostName nickr.eu
Port 222
Host nichkara.eu
HostName nichkara.eu
Port 222
Host git.nichkara.eu
HostName git.nichkara.eu
Port 22
'';
};
};
systemd.services.generate-ssh-key = {