🗑️ (hosts) replace deprecated gnupg pinentryFlavor config

This commit is contained in:
Laureηt 2024-03-31 16:23:04 +02:00
parent fb3b2b4299
commit 2f5203f9ec
Signed by: Laurent
SSH key fingerprint: SHA256:pb5NrYg80So5z9hmqQFPmp//sgr+DFeJkKhmGyU2NLk
2 changed files with 7 additions and 4 deletions

View file

@ -1,4 +1,4 @@
{...}: {
{pkgs, ...}: {
# enable polkit
security.polkit.enable = true;
@ -6,12 +6,15 @@
programs.gnupg.agent = {
enable = true;
enableSSHSupport = true;
pinentryFlavor = "gnome3";
pinentryPackage = pkgs.pinentry-gnome3;
};
# secrets keyring
services.gnome.gnome-keyring.enable = true;
# RealtimeKit system
security.rtkit.enable = true;
# allow swaylock to use pam
security.pam.services.swaylock = {};
}

View file

@ -1,4 +1,4 @@
{...}: {
{pkgs, ...}: {
# enable polkit
security.polkit.enable = true;
@ -6,7 +6,7 @@
programs.gnupg.agent = {
enable = true;
enableSSHSupport = true;
pinentryFlavor = "gnome3";
pinentryPackage = pkgs.pinentry-gnome3;
};
# secrets keyring