mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-15 21:03:59 +01:00
3d541e96fd
Note that all these new directories are spread across multiple commits since I don't want any one commit to be *too* big.
12 lines
367 B
Plaintext
12 lines
367 B
Plaintext
# New Start: A modern Arch workflow built with an emphasis on functionality.
|
|
# Copyright (C) 2017 Donovan Glover
|
|
|
|
# Use the terminal instead of a GTK window when prompting for passwords
|
|
pinentry-program /usr/bin/pinentry-curses
|
|
|
|
# Cache the given input for 12 hours
|
|
default-cache-ttl 43200
|
|
|
|
# Invalidate the cache entry after 12 hours have passed
|
|
max-cache-ttl 43200
|