From 9a6adc16190655d35706123436c105ffe3a7565e Mon Sep 17 00:00:00 2001 From: Daniel Hirschberger Date: Sat, 24 Aug 2019 20:56:52 +0200 Subject: [PATCH] nixos/gnupg: Add gpg to systemPackages --- nixos/modules/programs/gnupg.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nixos/modules/programs/gnupg.nix b/nixos/modules/programs/gnupg.nix index 9618d61a1f5..bcbc994efe9 100644 --- a/nixos/modules/programs/gnupg.nix +++ b/nixos/modules/programs/gnupg.nix @@ -83,7 +83,8 @@ in systemd.user.sockets.dirmngr = mkIf cfg.dirmngr.enable { wantedBy = [ "sockets.target" ]; }; - + + environment.systemPackages = with pkgs; [ cfg.package ]; systemd.packages = [ cfg.package ]; environment.interactiveShellInit = ''