hosts: homes: mousqueton: disable gpg-agent

It doesn't work well in this environment anyway.
This commit is contained in:
Bruno BELANYI 2023-10-19 10:42:19 +00:00
parent fcdb5ba593
commit 085c563d75

View file

@ -15,6 +15,8 @@
programs.git.package = lib.mkForce pkgs.emptyDirectory; programs.git.package = lib.mkForce pkgs.emptyDirectory;
services.gpg-agent.enable = lib.mkForce false;
# I use scripts that use the passthrough sequence often on this host # I use scripts that use the passthrough sequence often on this host
my.home.tmux.enablePassthrough = true; my.home.tmux.enablePassthrough = true;
} }