1password: setup agent declaratively and allow forwarding
This commit is contained in:
parent
5cdcb63da1
commit
045899ca84
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||||
|
'';
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue