This commit is contained in:
iFargle 2023-08-31 23:13:22 +09:00
parent 517e9746e4
commit f2c36a9d8a
2 changed files with 5 additions and 1 deletions

View file

@ -15,6 +15,11 @@
SOPS_PGP_FP = "D98BBC6C9A27324654C2D8C464F6C4EB46C4543A";
};
home.file.".gnupg/gpg-agent.conf".text = ''
enable-ssh-support
pinentry-program /run/current-system/sw/bin/wayprompt
'';
accounts = {
email = {
accounts."sysctl" = {

View file

@ -6,7 +6,6 @@
enableSSHSupport = true;
enableBrowserSocket = true;
enableExtraSocket = true;
pinentryFlavor = "tty";
};
environment.systemPackages = with pkgs; [