hosts: homes: mousqueton: use new name
All checks were successful
ci/woodpecker/push/check Pipeline was successful
All checks were successful
ci/woodpecker/push/check Pipeline was successful
I renamed my cloudtop to follow the usual schema (and because `cloudtop` was not available...) :-).
This commit is contained in:
parent
e979589174
commit
f0b590c29e
2 changed files with 1 additions and 1 deletions
18
hosts/homes/ambroisie@mousqueton/default.nix
Normal file
18
hosts/homes/ambroisie@mousqueton/default.nix
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
# Google Cloudtop configuration
|
||||
{ ... }:
|
||||
{
|
||||
# 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";
|
||||
};
|
||||
|
||||
# I use scripts that use the passthrough sequence often on this host
|
||||
my.home.tmux.enablePassthrough = true;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue