summaryrefslogtreecommitdiffstats
path: root/nixos/modules/system
diff options
context:
space:
mode:
authorSilvan Mosberger <contact@infinisil.com>2020-01-06 21:51:04 +0100
committerGitHub <noreply@github.com>2020-01-06 21:51:04 +0100
commitff16d17b42a59455b4bf67da04b2b5e5a6f338bf (patch)
treef1891b769ee01e7e4459f26ba27116f58d61ae3c /nixos/modules/system
parentcc669a18fb75517a47604889ec9c275afc6dda1b (diff)
parent9327e1c6ba1e65471b90ca27cf4cb14cd8469119 (diff)
nixos/systemd: Explicitly put default path packages after otheā€¦ (#77088)
nixos/systemd: Explicitly put default path packages after others
Diffstat (limited to 'nixos/modules/system')
-rw-r--r--nixos/modules/system/boot/systemd.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/system/boot/systemd.nix b/nixos/modules/system/boot/systemd.nix
index 7951dcc816a3..c438bb216e70 100644
--- a/nixos/modules/system/boot/systemd.nix
+++ b/nixos/modules/system/boot/systemd.nix
@@ -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