diff options
author | Thanos Apollo <[email protected]> | 2023-08-26 11:39:52 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-08-26 11:39:52 +0300 |
commit | d8a98f7c4913fcc47783e32c53011c5746eaf1fc (patch) | |
tree | a40ede65fb49dee6a7b40465a8441b9f66904890 /desktop.org | |
parent | 4f617a08812aa5ce46dd7cab6255b9588fdf8b6d (diff) |
desktop: tangle gnupgp only when system-name "zeus"
Diffstat (limited to 'desktop.org')
-rw-r--r-- | desktop.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop.org b/desktop.org index d699476..9182080 100644 --- a/desktop.org +++ b/desktop.org @@ -26,7 +26,7 @@ #+end_src * gnupgp -#+begin_src conf :tangle ~/.gnupg/gpg-agent.conf +#+begin_src conf :tangle (when (string= (system-name) "zeus") "yes") ~/.gnupg/gpg-agent.conf default-cache-ttl 172800 max-cache-ttl 282800 pinentry-program /home/thanos/.stumpwm.d/modules/util/pinentry/stumpwm-pinentry |