fix(systemd): set path to kexec

This commit is contained in:
Lars Sjöström 2025-02-26 10:44:36 +01:00
parent ca54cefe36
commit 0a0e9127e0
No known key found for this signature in database
2 changed files with 4 additions and 2 deletions

View file

@ -184,6 +184,7 @@ stdenv.mkDerivation (finalAttrs: {
(lib.mesonOption "tty-gid" "3") # tty in NixOS has gid 3
(lib.mesonOption "kmod-path" "/usr/bin/kmod")
(lib.mesonOption "kexec-path" "/usr/bin/kexec")
(lib.mesonOption "debug-shell" "/usr/bin/sh")
(lib.mesonOption "pamconfdir" "/etc/pam.d")
(lib.mesonOption "shellprofiledir" "/etc/profile.d")