hosts: homes: mousqueton: remove 'LD_PRELOAD'
All checks were successful
ci/woodpecker/push/check Pipeline was successful

It looks like the work-around is not needed anymore, and otherwise
results in dynamic linker errors.
This commit is contained in:
Bruno BELANYI 2023-11-17 15:23:42 +00:00
parent 570349e80f
commit 65fc5ff211

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 = "/lib/x86_64-linux-gnu/libnss_cache.so.2\${LD_PRELOAD:+:}$LD_PRELOAD";
};
systemd.user.sessionVariables = {
LD_PRELOAD = "/lib/x86_64-linux-gnu/libnss_cache.so.2\${LD_PRELOAD:+:}$LD_PRELOAD";
};
programs.git.package = lib.mkForce pkgs.emptyDirectory;
services.gpg-agent.enable = lib.mkForce false;