kexec-installer: add jq

This commit is contained in:
lassulus 2022-12-27 23:31:20 +01:00
parent 194d7f4cae
commit 9c7acd729d

View file

@ -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" ];