1password: setup agent declaratively and allow forwarding

This commit is contained in:
Christoph Hollizeck 2025-01-26 16:07:12 +01:00
parent 216812be22
commit 863ba37194
Signed by: Daholli
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
'';
}; };
} }