Agents are annoying

This commit is contained in:
Daniel Flanagan 2024-07-10 08:54:39 -05:00
parent 3361c316b9
commit 464997aa5d

View file

@ -419,11 +419,7 @@
unstable-packages.kdePackages.krdp unstable-packages.kdePackages.krdp
]; ];
programs.gnupg.agent = { programs.gnupg.agent.pinentryPackage = pkgs.pinentry-tty;
enable = true;
enableSSHSupport = true;
pinentryPackage = pkgs.pinentry-qt;
};
}; };
lutris = {pkgs, ...}: { lutris = {pkgs, ...}: {
@ -761,6 +757,7 @@
# a common module that is intended to be imported by all NixOS systems # a common module that is intended to be imported by all NixOS systems
common = { common = {
lib, lib,
pkgs,
modulesPath, modulesPath,
... ...
}: { }: {
@ -789,10 +786,8 @@
daniel daniel
]; ];
programs.gnupg.agent = { programs.gnupg.agent.enable = false;
enable = true; programs.gnupg.agent.pinentryPackage = pkgs.pinentry-tty;
enableSSHSupport = true;
};
time = { time = {
timeZone = lib.mkDefault "America/Chicago"; timeZone = lib.mkDefault "America/Chicago";