nix-config/hosts/homes/ambroisie@ambroisie/default.nix
Bruno BELANYI 4183f7b963
All checks were successful
continuous-integration/drone/push Build is passing
hosts: homes: cloudtop: enable GPG
2023-03-27 08:25:22 +00:00

12 lines
315 B
Nix

# Google Cloudtop configuration
{ ... }:
{
# Google specific configuration
home.homeDirectory = "/usr/local/google/home/ambroisie";
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";
};
}