updates from makefile

This commit is contained in:
Don Harper 2024-01-21 23:12:42 -06:00
parent a576e14cb5
commit 0945bd6dc1
3 changed files with 416 additions and 22 deletions

View file

@ -59,6 +59,9 @@ in
boot = {
kernelPackages = pkgs.linuxPackages_latest;
kernelParams = [ "consoleblank=60" ];
binfmt = {
emulatedSystems = [ "aarch64-linux" ];
};
loader = {
systemd-boot = {
enable = true;