summaryrefslogtreecommitdiff
path: root/nixpkgs/common.nix
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2023-02-15 17:04:56 +0100
committerAlex Auvolat <alex@adnab.me>2023-02-15 17:04:56 +0100
commitf295a12222ceb81e76a130997d04f93177c0f9c3 (patch)
tree72eb8dbc034c5b5cb178a58051b60f3e6d868bcc /nixpkgs/common.nix
parent21038dd08fbbdc61305a51fd7328e6777b41a439 (diff)
downloaduser-config-f295a12222ceb81e76a130997d04f93177c0f9c3.tar.gz
user-config-f295a12222ceb81e76a130997d04f93177c0f9c3.zip
gpg different per machine
Diffstat (limited to 'nixpkgs/common.nix')
-rw-r--r--nixpkgs/common.nix4
1 files changed, 0 insertions, 4 deletions
diff --git a/nixpkgs/common.nix b/nixpkgs/common.nix
index 570ef7b..6256187 100644
--- a/nixpkgs/common.nix
+++ b/nixpkgs/common.nix
@@ -45,10 +45,6 @@
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;