From f295a12222ceb81e76a130997d04f93177c0f9c3 Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Wed, 15 Feb 2023 17:04:56 +0100 Subject: gpg different per machine --- nixpkgs/common.nix | 4 ---- nixpkgs/kusanagi.nix | 5 +++++ 2 files changed, 5 insertions(+), 4 deletions(-) (limited to 'nixpkgs') 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; diff --git a/nixpkgs/kusanagi.nix b/nixpkgs/kusanagi.nix index 56d3dc4..2eb8900 100644 --- a/nixpkgs/kusanagi.nix +++ b/nixpkgs/kusanagi.nix @@ -3,5 +3,10 @@ home.homeDirectory = "/home/lx"; xdg.userDirs.download = "/home/lx/Downloads"; + + services.gpg-agent.enable = true; + services.gpg-agent.enableSshSupport = false; + services.gpg-agent.pinentryFlavor = "qt"; + services.gpg-agent.extraConfig = "no-allow-external-cache"; } -- cgit v1.2.3