fix(systemd): set path to kexec
This commit is contained in:
parent
ca54cefe36
commit
0a0e9127e0
2 changed files with 4 additions and 2 deletions
systemd
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue