hosts: remove gpg agent
This commit is contained in:
parent
bd3c209654
commit
82d36caf5f
3 changed files with 0 additions and 18 deletions
|
@ -26,10 +26,4 @@
|
|||
layout = "us";
|
||||
xkbVariant = "";
|
||||
};
|
||||
|
||||
programs.gnupg.agent = {
|
||||
enable = true;
|
||||
enableSSHSupport = true;
|
||||
pinentryFlavor = "curses";
|
||||
};
|
||||
}
|
||||
|
|
|
@ -26,10 +26,4 @@
|
|||
layout = "us";
|
||||
xkbVariant = "";
|
||||
};
|
||||
|
||||
programs.gnupg.agent = {
|
||||
enable = true;
|
||||
enableSSHSupport = true;
|
||||
pinentryFlavor = "curses";
|
||||
};
|
||||
}
|
||||
|
|
|
@ -41,12 +41,6 @@
|
|||
};
|
||||
};
|
||||
|
||||
programs.gnupg.agent = {
|
||||
enable = true;
|
||||
enableSSHSupport = true;
|
||||
pinentryFlavor = "gtk2";
|
||||
};
|
||||
|
||||
services.pcscd.enable = true;
|
||||
|
||||
sound.enable = true;
|
||||
|
|
Loading…
Reference in a new issue