hosts: homes: mousqueton: remove 'LD_PRELOAD'

It looks like this isn't needed anymore.
This commit is contained in:
Bruno BELANYI 2023-11-28 09:28:12 +00:00
parent 302cb907ef
commit 97f5bf504c

View file

@ -4,15 +4,6 @@
# Google specific configuration
home.homeDirectory = "/usr/local/google/home/ambroisie";
# Some tooling (e.g: SSH) need to use this library
home.sessionVariables = {
LD_PRELOAD = "/usr/grte/v5/lib64/libnss_cache.so.2\${LD_PRELOAD:+:}$LD_PRELOAD";
};
systemd.user.sessionVariables = {
LD_PRELOAD = "/usr/grte/v5/lib64/libnss_cache.so.2\${LD_PRELOAD:+:}$LD_PRELOAD";
};
programs.git.package = lib.mkForce pkgs.emptyDirectory;
services.gpg-agent.enable = lib.mkForce false;