From 340c0d8617413086ecac37f13d09c5e75297bcec Mon Sep 17 00:00:00 2001 From: Xe Iaso Date: Wed, 9 Nov 2022 14:08:26 +0000 Subject: [PATCH] disable rosetta??? Signed-off-by: Xe Iaso --- hosts/garchomp/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/garchomp/default.nix b/hosts/garchomp/default.nix index 0678cf7..f071471 100644 --- a/hosts/garchomp/default.nix +++ b/hosts/garchomp/default.nix @@ -4,7 +4,7 @@ imports = [ ./hardware-configuration.nix - ./rosetta.nix + #./rosetta.nix ]; boot.loader.systemd-boot.enable = true;