diff options
author | Alex Auvolat <alex@adnab.me> | 2023-02-15 16:58:20 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2023-02-15 16:58:20 +0100 |
commit | 21038dd08fbbdc61305a51fd7328e6777b41a439 (patch) | |
tree | 303bf21c4fa45f8f57f3eeddbf7b66e821bd1246 /nixpkgs/common.nix | |
parent | edf15b5b3663283c436512c8012a6afc270e9202 (diff) | |
download | user-config-21038dd08fbbdc61305a51fd7328e6777b41a439.tar.gz user-config-21038dd08fbbdc61305a51fd7328e6777b41a439.zip |
qt pinentry as user service
Diffstat (limited to 'nixpkgs/common.nix')
-rw-r--r-- | nixpkgs/common.nix | 4 |
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; |