nixos/gnupg: Add gpg to systemPackages
This commit is contained in:
parent
66b571c10b
commit
9a6adc1619
1 changed files with 2 additions and 1 deletions
|
@ -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 = ''
|
||||
|
|
Loading…
Reference in a new issue