hosts: homes: mousqueton: disable 'git' package
ci/woodpecker/push/check Pipeline was successful Details

I had some troubles with `git` once again...

This reverts commit 13769429f6.
This commit is contained in:
Bruno BELANYI 2023-10-12 12:56:41 +00:00
parent 6ef0abd596
commit f9541cbc33
1 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,5 @@
# Google Cloudtop configuration
{ ... }:
{ lib, pkgs, ... }:
{
# Google specific configuration
home.homeDirectory = "/usr/local/google/home/ambroisie";
@ -13,6 +13,8 @@
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;
}