summaryrefslogtreecommitdiff
path: root/hosts/tomato/default.nix
diff options
context:
space:
mode:
authorSimon Parri <simonparri@ganzeria.com>2025-10-02 20:21:11 -0500
committerSimon Parri <simonparri@ganzeria.com>2025-10-02 20:21:11 -0500
commite80d39d1467bdb8ba615e56a66cc79c15d33f693 (patch)
tree8d6174bf4ad52c60742866a510999f4a8f7df712 /hosts/tomato/default.nix
parent2d50efec563f258e243737f9be970908a2c14e9a (diff)
downloadnixos-config-e80d39d1467bdb8ba615e56a66cc79c15d33f693.tar.gz
nixos-config-e80d39d1467bdb8ba615e56a66cc79c15d33f693.zip
tomato: Add aarch64-linux as emulated systemHEADmaster
Diffstat (limited to 'hosts/tomato/default.nix')
-rw-r--r--hosts/tomato/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/hosts/tomato/default.nix b/hosts/tomato/default.nix
index b2b3e8a..28cc253 100644
--- a/hosts/tomato/default.nix
+++ b/hosts/tomato/default.nix
@@ -44,5 +44,7 @@
yggdrasil.private = true;
};
+ boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
+
system.stateVersion = "24.11";
}