summaryrefslogtreecommitdiff
path: root/modules/core/nix/extended.nix
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-10-01 06:11:11 -0700
committerFuwn <[email protected]>2024-10-01 06:11:11 -0700
commit263060f38254f2b93f03c729654451f58d69acad (patch)
treeb89244a25141bbfa2078c54ab7ec98d013cc7957 /modules/core/nix/extended.nix
parentmodules: move remaining fina-specific configuration to pc and laptop (diff)
downloadnixos-config-263060f38254f2b93f03c729654451f58d69acad.tar.xz
nixos-config-263060f38254f2b93f03c729654451f58d69acad.zip
modules: move emulated systems to extended nix configuration
Diffstat (limited to 'modules/core/nix/extended.nix')
-rw-r--r--modules/core/nix/extended.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/core/nix/extended.nix b/modules/core/nix/extended.nix
index 23415e4..18b4176 100644
--- a/modules/core/nix/extended.nix
+++ b/modules/core/nix/extended.nix
@@ -7,6 +7,7 @@
{
config = lib.mkIf config.modules.nix.extend {
programs.nix-index-database.comma.enable = true;
+ boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
nix = {
# distributedBuilds = true;