aarch64 emulation

This commit is contained in:
Fern Garden 2025-09-20 19:30:17 +08:00
parent 9c5add0ffb
commit 0466cef265
3 changed files with 4 additions and 3 deletions

View file

@ -47,7 +47,4 @@ with lib; {
};
swapDevices = [{device = "/swap/swapfile";}];
# Install some packages.
environment.systemPackages = with pkgs; [deploy-rs];
}