summaryrefslogtreecommitdiff
path: root/nixpkgs/common.nix
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2023-02-15 16:58:20 +0100
committerAlex Auvolat <alex@adnab.me>2023-02-15 16:58:20 +0100
commit21038dd08fbbdc61305a51fd7328e6777b41a439 (patch)
tree303bf21c4fa45f8f57f3eeddbf7b66e821bd1246 /nixpkgs/common.nix
parentedf15b5b3663283c436512c8012a6afc270e9202 (diff)
downloaduser-config-21038dd08fbbdc61305a51fd7328e6777b41a439.tar.gz
user-config-21038dd08fbbdc61305a51fd7328e6777b41a439.zip
qt pinentry as user service
Diffstat (limited to 'nixpkgs/common.nix')
-rw-r--r--nixpkgs/common.nix4
1 files changed, 4 insertions, 0 deletions
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;