about summary refs log tree commit diff
path: root/nixos/modules/system/boot
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/boot
parentcc669a18fb75517a47604889ec9c275afc6dda1b (diff)
parent9327e1c6ba1e65471b90ca27cf4cb14cd8469119 (diff)
downloadnixlib-ff16d17b42a59455b4bf67da04b2b5e5a6f338bf.tar
nixlib-ff16d17b42a59455b4bf67da04b2b5e5a6f338bf.tar.gz
nixlib-ff16d17b42a59455b4bf67da04b2b5e5a6f338bf.tar.bz2
nixlib-ff16d17b42a59455b4bf67da04b2b5e5a6f338bf.tar.lz
nixlib-ff16d17b42a59455b4bf67da04b2b5e5a6f338bf.tar.xz
nixlib-ff16d17b42a59455b4bf67da04b2b5e5a6f338bf.tar.zst
nixlib-ff16d17b42a59455b4bf67da04b2b5e5a6f338bf.zip
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/boot')
-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