mirror of
https://gitlab.com/ahoneybun/nix-configs.git
synced 2025-05-13 03:33:00 -06:00
Update flake.nix
This commit is contained in:
parent
6a4ee84422
commit
c03865e914
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@
|
|||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
boot = {
|
||||
kernelPackages = pkgs.linuxPackages_latest;
|
||||
# kernelPackages = pkgs.linuxPackages_latest;
|
||||
kernelParams = [ "console=ttyS0,1920n8" ];
|
||||
|
||||
binfmt.emulatedSystems = [ "aarch64-linux" ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue