Fix Nix SSH auth sock environment setting
This commit is contained in:
parent
2ee77196ba
commit
8eec14c70c
@ -24,6 +24,6 @@ in {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
nix.envVars.SSH_AUTH_SOCK = "/run/nix-ssh-agent";
|
systemd.services.nix-daemon.environment.SSH_AUTH_SOCK = "/run/nix-ssh-agent";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user