hosts: homes: cloudtop: enable 'git' package
ci/woodpecker/push/check Pipeline failed Details

Turns out that the latest version fixes the issue, but I haven't looked
into why exactly.

This reverts commit 6100a092af.
This commit is contained in:
Bruno BELANYI 2023-08-31 10:22:56 +00:00
parent 71a1bbd78d
commit 13769429f6
1 changed files with 1 additions and 3 deletions

View File

@ -1,5 +1,5 @@
# Google Cloudtop configuration
{ lib, pkgs, ... }:
{ ... }:
{
# Google specific configuration
home.homeDirectory = "/usr/local/google/home/ambroisie";
@ -13,8 +13,6 @@
LD_PRELOAD = "/lib/x86_64-linux-gnu/libnss_cache.so.2\${LD_PRELOAD:+:}$LD_PRELOAD";
};
programs.git.package = lib.mkForce pkgs.emptyDirectory;
# I use scripts that use the passthrough sequence often on this host
my.home.tmux.enablePassthrough = true;
}