mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-25 16:08:30 +02:00
river: build from master
This commit is contained in:
parent
4bd3816f34
commit
02eef8f563
6 changed files with 48 additions and 17 deletions
|
@ -1,11 +1,11 @@
|
|||
{ ... }:
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
programs.gnupg = {
|
||||
dirmngr.enable = true;
|
||||
agent = {
|
||||
enable = true;
|
||||
enableSSHSupport = true;
|
||||
pinentryFlavor = "gnome3";
|
||||
pinentryPackage = pkgs.pinentry-gnome3;
|
||||
};
|
||||
};
|
||||
services.pcscd.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue