yeaaaahh turns out i need this
This commit is contained in:
14
home-mac.nix
14
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";
|
||||
|
||||
Reference in New Issue
Block a user