this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat: emulate aarch64 for cross platform NixOS build

Khue Doan 876672fd 7d141d0a

+7 -2
+7 -2
configuration.nix
··· 36 36 }; 37 37 }; 38 38 39 - boot.loader.systemd-boot.enable = true; 40 - boot.loader.efi.canTouchEfiVariables = true; 39 + boot = { 40 + loader = { 41 + systemd-boot.enable = true; 42 + efi.canTouchEfiVariables = true; 43 + }; 44 + binfmt.emulatedSystems = [ "aarch64-linux" ]; 45 + }; 41 46 42 47 hardware = { 43 48 bluetooth.enable = true;