From: Skullheadx Date: Sat, 6 Jun 2026 16:44:57 +0000 (-0400) Subject: passff + gnupg config X-Git-Url: http://git.skullheadx.com/nixos/static/gitweb.js?a=commitdiff_plain;h=1252bea24c0cac229ff56171f0eb244e2509c1c9;p=nixos.git passff + gnupg config --- diff --git a/hosts/nepsis/configuration.nix b/hosts/nepsis/configuration.nix index 8b55b55..e82e7a3 100644 --- a/hosts/nepsis/configuration.nix +++ b/hosts/nepsis/configuration.nix @@ -88,8 +88,15 @@ pass passExtensions.pass-otp passExtensions.pass-update + passExtensions.pass-import ]; + programs.firefox = { + enable = true; + nativeMessagingHosts.packages = [pkgs.passff-host]; + package = pkgs.librewolf; + }; + programs.git = { enable = true; config = { @@ -126,9 +133,17 @@ # Some programs need SUID wrappers, can be configured further or are # started in user sessions. # programs.mtr.enable = true; - programs.gnupg.agent = { - enable = true; - enableSSHSupport = true; + programs.gnupg = { + dirmngr.enable = true; + agent = { + enable = true; + enableSSHSupport = true; + enableBrowserSocket = true; + settings = { + default-cache-ttl = 86400; + max-cache-ttl = 604800; + }; + }; }; # Services