mirror of
https://gitlab.com/ahoneybun/nix-configs.git
synced 2025-05-12 11:14:02 -06:00
add aarch64-linux support on shepard
This commit is contained in:
parent
66494c867b
commit
73653f1722
1 changed files with 3 additions and 0 deletions
|
@ -9,6 +9,9 @@
|
|||
driSupport32Bit = true;
|
||||
};
|
||||
|
||||
# Enable binfmt emulation of aarch64-linux.
|
||||
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
|
||||
|
||||
# Allow Unfree
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue