hosts: remove gpg agent

This commit is contained in:
notohh 2023-05-21 16:49:01 -04:00
parent bd3c209654
commit 82d36caf5f
Signed by: notohh
GPG key ID: BD47506D475EE86D
3 changed files with 0 additions and 18 deletions

View file

@ -26,10 +26,4 @@
layout = "us";
xkbVariant = "";
};
programs.gnupg.agent = {
enable = true;
enableSSHSupport = true;
pinentryFlavor = "curses";
};
}

View file

@ -26,10 +26,4 @@
layout = "us";
xkbVariant = "";
};
programs.gnupg.agent = {
enable = true;
enableSSHSupport = true;
pinentryFlavor = "curses";
};
}

View file

@ -41,12 +41,6 @@
};
};
programs.gnupg.agent = {
enable = true;
enableSSHSupport = true;
pinentryFlavor = "gtk2";
};
services.pcscd.enable = true;
sound.enable = true;