diff options
Diffstat (limited to 'hosts/tomato')
-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"; } |