Merge pull request #67409 from duhirsch/module/gpg/addToSystemPackages

nixos/gnupg: Add gpg to systemPackages
This commit is contained in:
Marek Mahut
2019-08-24 22:09:02 +02:00
committed by GitHub
+1
View File
@@ -84,6 +84,7 @@ in
wantedBy = [ "sockets.target" ]; wantedBy = [ "sockets.target" ];
}; };
environment.systemPackages = with pkgs; [ cfg.package ];
systemd.packages = [ cfg.package ]; systemd.packages = [ cfg.package ];
environment.interactiveShellInit = '' environment.interactiveShellInit = ''