From 5fdb448ce35d3198d3d1fc64f667d46dad9189fe Mon Sep 17 00:00:00 2001 From: Skullheadx Date: Sun, 28 Jun 2026 23:56:06 -0400 Subject: add pass and gnupg --- hosts/bear/configuration.nix | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/hosts/bear/configuration.nix b/hosts/bear/configuration.nix index 33fac99..ef46691 100644 --- a/hosts/bear/configuration.nix +++ b/hosts/bear/configuration.nix @@ -18,6 +18,10 @@ customNeovim.neovim senpai mpv + pass + passExtensions.pass-otp + passExtensions.pass-update + passExtensions.pass-import ]; programs.ssh = { @@ -58,6 +62,18 @@ ''; }; + programs.gnupg = { + agent = { + enable = true; + enableSSHSupport = true; + # enableBrowserSocket = true; + # settings = { + # default-cache-ttl = 86400; + # max-cache-ttl = 604800; + # }; + }; + }; + homebrew = { enable = true; user = "andrewmontgomery"; -- cgit v1.3.1