From 5d1433962fe62314b0e365086c237a026bf4bc6d Mon Sep 17 00:00:00 2001 From: Alexander Szczepanski Date: Fri, 13 Aug 2021 00:07:42 +0200 Subject: [PATCH] fixed SSH_AUTH_SOCK --- configs/user.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/configs/user.nix b/configs/user.nix index 324a1eb..c1bb4ae 100644 --- a/configs/user.nix +++ b/configs/user.nix @@ -99,9 +99,6 @@ file = "p10k.zsh"; } ]; - localVariables = { - SSH_AUTH_SOCK = "/run/user/1000/keyring/ssh"; - }; shellAliases = { active-services = "systemctl --no-page --no-legend --plain -t service --state=running"; autofanspeed = "echo level auto | sudo tee /proc/acpi/ibm/fan";