mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-02-19 19:20:50 +01:00
Combine gpg-agent with gpg module
This commit is contained in:
parent
7a7c3032d9
commit
4e4a8730a5
@ -1,10 +0,0 @@
|
|||||||
{
|
|
||||||
home-manager.sharedModules = [{
|
|
||||||
services.gpg-agent = {
|
|
||||||
enable = true;
|
|
||||||
pinentryFlavor = "curses";
|
|
||||||
defaultCacheTtl = 43200;
|
|
||||||
maxCacheTtl = 43200;
|
|
||||||
};
|
|
||||||
}];
|
|
||||||
}
|
|
@ -14,5 +14,12 @@
|
|||||||
with-fingerprint = true;
|
with-fingerprint = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
services.gpg-agent = {
|
||||||
|
enable = true;
|
||||||
|
pinentryFlavor = "curses";
|
||||||
|
defaultCacheTtl = 43200;
|
||||||
|
maxCacheTtl = 43200;
|
||||||
|
};
|
||||||
}];
|
}];
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user