home

My NixOS systems configurations.
Log | Files | Refs | LICENSE

commit b5e46d9be3070152b70991d6d085a43bb384d198
parent 6e6635b543079d91f26189b96a1d2dce414d2d60
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Tue, 13 Sep 2022 14:08:46 +0200

users/vincent: forward agent on bootstrap.ospa.com

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Musers/vincent/core/ssh.nix | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/users/vincent/core/ssh.nix b/users/vincent/core/ssh.nix @@ -83,6 +83,9 @@ in "*.redhat.com" = { user = "vdemeest"; }; + "bootstrap.ospqa.com" = { + forwardAgent = true; + }; "192.168.1.*" = { forwardAgent = true; extraOptions = {