nixos/gnupg: Add gpg to systemPackages

This commit is contained in:
Daniel Hirschberger 2019-08-24 20:56:52 +02:00
parent 66b571c10b
commit 9a6adc1619

View file

@ -84,6 +84,7 @@ in
wantedBy = [ "sockets.target" ];
};
environment.systemPackages = with pkgs; [ cfg.package ];
systemd.packages = [ cfg.package ];
environment.interactiveShellInit = ''