Fix Nix SSH auth sock environment setting

This commit is contained in:
notgne2 2022-12-27 09:29:13 -07:00
parent 2ee77196ba
commit 8eec14c70c
Signed by: notgne2
SSH Key Fingerprint: SHA256:qlFCAimT/PvNIG3u+aYT9pIqFCWgu6sNsWjpV1vHLIE

View File

@ -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";
}; };
} }