test
This commit is contained in:
parent
ce51f0cf70
commit
e950f8eeda
2 changed files with 2 additions and 5 deletions
|
@ -15,11 +15,6 @@
|
||||||
SOPS_PGP_FP = "D98BBC6C9A27324654C2D8C464F6C4EB46C4543A";
|
SOPS_PGP_FP = "D98BBC6C9A27324654C2D8C464F6C4EB46C4543A";
|
||||||
};
|
};
|
||||||
|
|
||||||
home.file.".gnupg/gpg-agent.conf".text = ''
|
|
||||||
enable-ssh-support
|
|
||||||
pinentry-program /run/current-system/sw/bin/pinentry
|
|
||||||
'';
|
|
||||||
|
|
||||||
accounts = {
|
accounts = {
|
||||||
email = {
|
email = {
|
||||||
accounts."sysctl" = {
|
accounts."sysctl" = {
|
||||||
|
|
|
@ -1,4 +1,6 @@
|
||||||
{pkgs, cfg, ... }: {
|
{pkgs, cfg, ... }: {
|
||||||
|
services.pcscd.enable = true;
|
||||||
|
|
||||||
programs.gnupg.agent = {
|
programs.gnupg.agent = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableSSHSupport = true;
|
enableSSHSupport = true;
|
||||||
|
|
Loading…
Add table
Reference in a new issue