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"; }