From 9de446eeaf090b4b1e2636b85c60d472874dcbbf Mon Sep 17 00:00:00 2001 From: Dustin Swan Date: Thu, 10 Feb 2022 14:34:23 -0500 Subject: [PATCH] yeaaaahh turns out i need this --- home-mac.nix | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/home-mac.nix b/home-mac.nix index 14d512f..ed23889 100644 --- a/home-mac.nix +++ b/home-mac.nix @@ -3,13 +3,13 @@ { home.packages = with pkgs; [ pinentry_mac terminal-notifier syncthing ]; - # home.file.gpg-agent = { - # target = ".gnupg/gpg-agent.conf"; - # text = '' - # default-cache-ttl 86400 - # max-cache-ttl 86400 - # ''; - # }; + home.file.gpg-agent = { + target = ".gnupg/gpg-agent.conf"; + text = '' + default-cache-ttl 86400 + max-cache-ttl 86400 + ''; + }; # home.file.gitignore = { # target = ".gitignore";