nix-daemon: Pass on the user's $SSH_AUTH_SOCK to the SSH substituter
This commit is contained in:
parent
71a20d4d95
commit
67937907ca
4 changed files with 17 additions and 0 deletions
|
|
@ -21,6 +21,8 @@ struct Settings {
|
|||
|
||||
void set(const string & name, const string & value);
|
||||
|
||||
string get(const string & name, const string & def = "");
|
||||
|
||||
void update();
|
||||
|
||||
string pack();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue