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
|
dig
|
||||||
du-dust # du + rust
|
du-dust # du + rust
|
||||||
zoxide # autojumper
|
zoxide # autojumper
|
||||||
|
ripgrep
|
||||||
file
|
file
|
||||||
man-pages
|
man-pages
|
||||||
unar
|
unar
|
||||||
|
|
|
@ -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";
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue