diff options
author | Simon Parri <simonparri@ganzeria.com> | 2025-10-02 20:21:11 -0500 |
---|---|---|
committer | Simon Parri <simonparri@ganzeria.com> | 2025-10-02 20:21:11 -0500 |
commit | e80d39d1467bdb8ba615e56a66cc79c15d33f693 (patch) | |
tree | 8d6174bf4ad52c60742866a510999f4a8f7df712 | |
parent | 2d50efec563f258e243737f9be970908a2c14e9a (diff) | |
download | nixos-config-e80d39d1467bdb8ba615e56a66cc79c15d33f693.tar.gz nixos-config-e80d39d1467bdb8ba615e56a66cc79c15d33f693.zip |
-rw-r--r-- | hosts/tomato/default.nix | 2 |
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"; } |