hosts: homes: mousqueton: remove 'LD_PRELOAD'
It looks like this isn't needed anymore.
This commit is contained in:
parent
302cb907ef
commit
97f5bf504c
|
@ -4,15 +4,6 @@
|
||||||
# Google specific configuration
|
# Google specific configuration
|
||||||
home.homeDirectory = "/usr/local/google/home/ambroisie";
|
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;
|
programs.git.package = lib.mkForce pkgs.emptyDirectory;
|
||||||
|
|
||||||
services.gpg-agent.enable = lib.mkForce false;
|
services.gpg-agent.enable = lib.mkForce false;
|
||||||
|
|
Loading…
Reference in a new issue