From 28e3de71ce8f1c8114e21e537a226b45f4b30139 Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Thu, 14 Aug 2025 16:27:33 +0200 Subject: [PATCH] add rosetta and cachix Signed-off-by: Harald Hoyer --- systems/aarch64-linux/rnix/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/systems/aarch64-linux/rnix/default.nix b/systems/aarch64-linux/rnix/default.nix index f8ea911..3cfb8ba 100644 --- a/systems/aarch64-linux/rnix/default.nix +++ b/systems/aarch64-linux/rnix/default.nix @@ -55,6 +55,7 @@ with lib.metacfg; piper gnome-remote-desktop nodejs + cachix ]; security.tpm2.enable = false; @@ -80,5 +81,7 @@ with lib.metacfg; allowReboot = false; }; + virtualisation.rosetta.enable = true; + system.stateVersion = "23.11"; }