1password: setup agent declaratively and allow forwarding

This commit is contained in:
Christoph Hollizeck 2025-01-26 16:07:12 +01:00
parent 98b44ec8b3
commit d812ceca99
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 249300664F2AF2C7

View file

@ -25,5 +25,11 @@ in
polkitPolicyOwners = [ config.${namespace}.user.name ]; polkitPolicyOwners = [ config.${namespace}.user.name ];
}; };
}; };
${namespace}.home.file.".ssh/config".text = ''
Host *
ForwardAgent yes
IdentityAgent ~/.1password/agent.sock
'';
}; };
} }