nixos/systemd: gnupg -> gnupgMinimal

This fixes the bashless tests as gnupgMinimal doest not depend on bash.
This commit is contained in:
nikstur
2026-06-04 15:41:39 +02:00
parent 1087b3eb08
commit 603f171aa8
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -808,7 +808,7 @@ in
systemd.targets.remote-fs.unitConfig.X-StopOnReconfiguration = true;
systemd.services.systemd-importd = lib.mkIf cfg.package.withImportd {
environment = proxy_env;
path = [ pkgs.gnupg ];
path = [ pkgs.gnupgMinimal ];
};
systemd.services.systemd-pstore.wantedBy = [ "sysinit.target" ]; # see #81138
@@ -138,7 +138,7 @@ in
systemd.services.systemd-sysupdated = {
aliases = [ "dbus-org.freedesktop.sysupdate1.service" ];
path = [ pkgs.gnupg ];
path = [ pkgs.gnupgMinimal ];
};
systemd.timers = {