calcite: add emulatex aarch64 support
This commit is contained in:
parent
7c447b4872
commit
4a8df3675e
2 changed files with 2 additions and 0 deletions
|
@ -17,6 +17,7 @@
|
|||
dig
|
||||
du-dust # du + rust
|
||||
zoxide # autojumper
|
||||
ripgrep
|
||||
file
|
||||
man-pages
|
||||
unar
|
||||
|
|
|
@ -16,6 +16,7 @@
|
|||
# boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||
boot.kernelModules = [ "nvidia" "nvidia_modeset" "nvidia_uvm" ];
|
||||
boot.supportedFilesystems = [ "ntfs" ];
|
||||
boot.binfmt.emulatedSystems = ["aarch64-linux"];
|
||||
|
||||
networking.hostName = "calcite";
|
||||
|
||||
|
|
Loading…
Reference in a new issue