hosts: homes: mousqueton: disable gpg-agent
It doesn't work well in this environment anyway.
This commit is contained in:
parent
fcdb5ba593
commit
085c563d75
|
@ -15,6 +15,8 @@
|
|||
|
||||
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
|
||||
my.home.tmux.enablePassthrough = true;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue