From 21038dd08fbbdc61305a51fd7328e6777b41a439 Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Wed, 15 Feb 2023 16:58:20 +0100 Subject: qt pinentry as user service --- nixpkgs/common.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'nixpkgs') diff --git a/nixpkgs/common.nix b/nixpkgs/common.nix index 6256187..570ef7b 100644 --- a/nixpkgs/common.nix +++ b/nixpkgs/common.nix @@ -45,6 +45,10 @@ videos = null; }; + services.gpg-agent.enable = true; + services.gpg-agent.enableSshSupport = false; + services.gpg-agent.pinentryFlavor = "qt"; + services.syncthing.enable = true; nixpkgs.config.allowUnfree = true; -- cgit v1.2.3