chore(m4nix): sync with rnix

This commit is contained in:
Harald Hoyer 2025-09-09 09:08:40 +02:00
parent 70eaf73fe9
commit 176aa2c2fe

View file

@ -55,6 +55,8 @@ with lib.metacfg;
piper piper
gnome-remote-desktop gnome-remote-desktop
nodejs nodejs
cachix
claude-code
]; ];
security.tpm2.enable = false; security.tpm2.enable = false;
@ -80,5 +82,7 @@ with lib.metacfg;
allowReboot = false; allowReboot = false;
}; };
system.stateVersion = "23.11"; virtualisation.rosetta.enable = true;
system.stateVersion = "25.05";
} }