kexec-installer: add jq
This commit is contained in:
parent
194d7f4cae
commit
9c7acd729d
1 changed files with 5 additions and 0 deletions
|
@ -101,6 +101,11 @@ in {
|
|||
# for detection if we are on kexec
|
||||
environment.etc.is_kexec.text = "true";
|
||||
|
||||
# for zapping of disko
|
||||
environment.systemPackages = [
|
||||
pkgs.jq
|
||||
];
|
||||
|
||||
systemd.services.restoreNetwork = {
|
||||
before = [ "network-pre.target" ];
|
||||
wants = [ "network-pre.target" ];
|
||||
|
|
Loading…
Reference in a new issue