Minimal kexec image builder

This commit is contained in:
2022-05-16 13:04:31 -04:00
parent b8c9278f37
commit f144bda9e6
3 changed files with 86 additions and 4 deletions

View File

@@ -17,6 +17,8 @@
allowDiscards = true;
};
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
networking.hostName = "ray";
hardware.enableAllFirmware = true;