SSH-agent forwarding

This commit is contained in:
Olaf
2026-08-28 12:17:10 +02:00
parent 43d4ede188
commit f21017f708
3 changed files with 7 additions and 1 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
{ config, pkgs, ... }:
let
emacsOverlaySha256 = "0pqnl05j86pyvrlqh5kk4sximi749xqgiffq47grw7v98nqd2yin";
emacsOverlaySha256 = "1ypxan48239skivldlk5fnl99r7gwm5rzblgkpy4x7n0hixamkig";
in
{
home-manager.backupFileExtension = "nix-backup";
+5
View File
@@ -191,6 +191,11 @@ in
user = "root";
port = 2222;
};
"proxy.kolkman.org".forwardAgent = true;
"NUC25".forwardAgent = true;
"NUC".forwardAgent = true;
"vps3.evangineer.net".forwardAgent = true;
"vps2.evangineer.net".forwardAgent = true;
};
includes = [
(lib.mkIf pkgs.stdenv.hostPlatform.isLinux "/home/${user}/.ssh/config_external")
+1
View File
@@ -76,6 +76,7 @@ with pkgs;
docker-compose
# Media-related packages
darktable
fd
ffmpeg
imagemagick