feat: Forward agent to ryu for ssh

This commit is contained in:
uttarayan21
2025-02-11 19:00:17 +05:30
parent 120396f6a4
commit cbdfb89482
2 changed files with 2 additions and 1 deletions

View File

@@ -24,7 +24,7 @@
ryu = { ryu = {
user = "servius"; user = "servius";
hostname = "ryu"; hostname = "ryu";
forwardAgent = false; forwardAgent = true;
}; };
kuro = { kuro = {
user = "fs0c131y"; user = "fs0c131y";

View File

@@ -167,6 +167,7 @@ in {
}; };
}; };
}; };
codecompanion.enable = true;
yazi = { yazi = {
enable = true; enable = true;