Agents are annoying
This commit is contained in:
parent
3361c316b9
commit
464997aa5d
1 changed files with 4 additions and 9 deletions
|
@ -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";
|
||||||
|
|
Loading…
Reference in a new issue