add rosetta and cachix

Signed-off-by: Harald Hoyer <harald@hoyer.xyz>
This commit is contained in:
Harald Hoyer 2025-08-14 16:27:33 +02:00
parent 33b598d546
commit 28e3de71ce

View file

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