hosts: home: cloudtop: systemd session variable
All checks were successful
ci/woodpecker/push/check Pipeline was successful
All checks were successful
ci/woodpecker/push/check Pipeline was successful
This commit is contained in:
parent
a1dd0bb792
commit
d8896a66c8
|
@ -4,8 +4,12 @@
|
|||
# Google specific configuration
|
||||
home.homeDirectory = "/usr/local/google/home/ambroisie";
|
||||
|
||||
# Some tooling (e.g: SSH) need to use this library
|
||||
home.sessionVariables = {
|
||||
# Some tooling (e.g: SSH) need to use this library
|
||||
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";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue