updates from makefile
This commit is contained in:
parent
a576e14cb5
commit
0945bd6dc1
3 changed files with 416 additions and 22 deletions
|
|
@ -59,6 +59,9 @@ in
|
|||
boot = {
|
||||
kernelPackages = pkgs.linuxPackages_latest;
|
||||
kernelParams = [ "consoleblank=60" ];
|
||||
binfmt = {
|
||||
emulatedSystems = [ "aarch64-linux" ];
|
||||
};
|
||||
loader = {
|
||||
systemd-boot = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue