Move ssh from terminal-environment to own configuration file in system-environment

This commit is contained in:
Nina Chlóe Kassandra Reiß
2026-04-20 23:16:20 +02:00
parent 7b415dbccb
commit 1b0d428894

View File

@@ -39,29 +39,6 @@ in
};
};
programs.ssh = {
enable = true;
enableDefaultConfig = 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
'';
};
programs.zsh = {
enable = true;
enableCompletion = true;