Merge pull request #48 from nix-community/disko-zap

kexec-installer: add jq
This commit is contained in:
Jörg Thalheim 2022-12-28 09:25:48 +00:00 committed by GitHub
commit bba2e75767
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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