nixos/systemd: Explicitly put default path packages after othe… (#77088)

nixos/systemd: Explicitly put default path packages after others
This commit is contained in:
Silvan Mosberger 2020-01-06 21:51:04 +01:00 committed by GitHub
commit ff16d17b42
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -240,7 +240,7 @@ let
serviceConfig = { name, config, ... }: {
config = mkMerge
[ { # Default path for systemd services. Should be quite minimal.
path =
path = mkAfter
[ pkgs.coreutils
pkgs.findutils
pkgs.gnugrep