calcite: add emulatex aarch64 support

This commit is contained in:
xinyangli 2023-09-28 19:16:45 +08:00
parent 7c447b4872
commit 4a8df3675e
2 changed files with 2 additions and 0 deletions

View file

@ -17,6 +17,7 @@
dig dig
du-dust # du + rust du-dust # du + rust
zoxide # autojumper zoxide # autojumper
ripgrep
file file
man-pages man-pages
unar unar

View file

@ -16,6 +16,7 @@
# boot.kernelPackages = pkgs.linuxPackages_latest; # boot.kernelPackages = pkgs.linuxPackages_latest;
boot.kernelModules = [ "nvidia" "nvidia_modeset" "nvidia_uvm" ]; boot.kernelModules = [ "nvidia" "nvidia_modeset" "nvidia_uvm" ];
boot.supportedFilesystems = [ "ntfs" ]; boot.supportedFilesystems = [ "ntfs" ];
boot.binfmt.emulatedSystems = ["aarch64-linux"];
networking.hostName = "calcite"; networking.hostName = "calcite";