From 176aa2c2fe017551a04c9953e0f461d3f04e1e2c Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Tue, 9 Sep 2025 09:08:40 +0200 Subject: [PATCH] chore(m4nix): sync with rnix --- systems/aarch64-linux/m4nix/default.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/systems/aarch64-linux/m4nix/default.nix b/systems/aarch64-linux/m4nix/default.nix index f8ea911..e0fc1e7 100644 --- a/systems/aarch64-linux/m4nix/default.nix +++ b/systems/aarch64-linux/m4nix/default.nix @@ -55,6 +55,8 @@ with lib.metacfg; piper gnome-remote-desktop nodejs + cachix + claude-code ]; security.tpm2.enable = false; @@ -80,5 +82,7 @@ with lib.metacfg; allowReboot = false; }; - system.stateVersion = "23.11"; + virtualisation.rosetta.enable = true; + + system.stateVersion = "25.05"; }