Magit: Fix pinentry not recognised

This commit is contained in:
Swarsel 2024-05-22 03:33:20 +02:00
parent 60eb5e4b35
commit ca08aef2ad
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
9 changed files with 39 additions and 6 deletions

View file

@ -8,7 +8,11 @@
enableSshSupport = true;
enableExtraSocket = true;
pinentryPackage = pkgs.pinentry-gtk2;
};
extraConfig = ''
allow-emacs-pinentry
allow-loopback-pinentry
'';
};
home = {
username = "TEMPLATE";

View file

@ -8,7 +8,11 @@
enableSshSupport = true;
enableExtraSocket = true;
pinentryPackage = pkgs.pinentry-gtk2;
};
extraConfig = ''
allow-emacs-pinentry
allow-loopback-pinentry
'';
};
home = {
username = "swarsel";

View file

@ -38,6 +38,7 @@
];
allowedUDPPortRanges = [
{from = 27000; to = 27031;} # barotrauma
{from = 58962; to = 58964;} # barotrauma
];
};
};

View file

@ -8,7 +8,11 @@
enableSshSupport = true;
enableExtraSocket = true;
pinentryPackage = pkgs.pinentry-gtk2;
};
extraConfig = ''
allow-emacs-pinentry
allow-loopback-pinentry
'';
};
home = {

View file

@ -8,7 +8,11 @@
enableSshSupport = true;
enableExtraSocket = true;
pinentryPackage = pkgs.pinentry-gtk2;
};
extraConfig = ''
allow-emacs-pinentry
allow-loopback-pinentry
'';
};
home = {

View file

@ -8,7 +8,11 @@
enableSshSupport = true;
enableExtraSocket = true;
pinentryPackage = pkgs.pinentry-gtk2;
};
extraConfig = ''
allow-emacs-pinentry
allow-loopback-pinentry
'';
};
home = {