mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 16:21:34 +01:00
Remove kluebero ssh connection
This commit is contained in:
parent
3fa025cede
commit
903484a4cd
1 changed files with 0 additions and 7 deletions
|
|
@ -8,13 +8,6 @@
|
||||||
config = lib.mkIf config.myConfig.ssh-client.enable {
|
config = lib.mkIf config.myConfig.ssh-client.enable {
|
||||||
programs.ssh = {
|
programs.ssh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
matchBlocks.klue-server1 = {
|
|
||||||
hostname = "10.5.251.175";
|
|
||||||
user = "seb";
|
|
||||||
identitiesOnly = true;
|
|
||||||
identityFile = ["~/.ssh/kluebero/id_ed25519"];
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
services.ssh-agent.enable = true;
|
services.ssh-agent.enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue