nixos/systemd: Explicitly put default path packages after othe… (#77088)
nixos/systemd: Explicitly put default path packages after others
This commit is contained in:
commit
ff16d17b42
@ -240,7 +240,7 @@ let
|
|||||||
serviceConfig = { name, config, ... }: {
|
serviceConfig = { name, config, ... }: {
|
||||||
config = mkMerge
|
config = mkMerge
|
||||||
[ { # Default path for systemd services. Should be quite minimal.
|
[ { # Default path for systemd services. Should be quite minimal.
|
||||||
path =
|
path = mkAfter
|
||||||
[ pkgs.coreutils
|
[ pkgs.coreutils
|
||||||
pkgs.findutils
|
pkgs.findutils
|
||||||
pkgs.gnugrep
|
pkgs.gnugrep
|
||||||
|
Loading…
Reference in New Issue
Block a user