1password: setup agent declaratively and allow forwarding
This commit is contained in:
parent
216812be22
commit
863ba37194
|
@ -25,5 +25,11 @@ in
|
|||
polkitPolicyOwners = [ config.${namespace}.user.name ];
|
||||
};
|
||||
};
|
||||
|
||||
${namespace}.home.file.".ssh/config".text = ''
|
||||
Host *
|
||||
ForwardAgent yes
|
||||
IdentityAgent ~/.1password/agent.sock
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue