From 9c62e506f42e79320e5a66791bbfc3008da8e3db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Max=20K=C3=A4nner?= Date: Wed, 25 Dec 2024 14:24:21 +0100 Subject: [PATCH] 485 current 1970-01-01 01:00:00 25.05.20241219.d70bd19 6.6.66 * --- hosts/MaxNixosLaptop/configuration.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/hosts/MaxNixosLaptop/configuration.nix b/hosts/MaxNixosLaptop/configuration.nix index 8df1a70..b948fb5 100644 --- a/hosts/MaxNixosLaptop/configuration.nix +++ b/hosts/MaxNixosLaptop/configuration.nix @@ -30,7 +30,6 @@ trusted-public-keys = [ "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=" ]; - extra-platforms = "aarch64-linux"; }; # Define a user account. Don't forget to set a password with ‘passwd’. @@ -200,7 +199,7 @@ randomizedDelaySec = "45min"; }; - # boot.binfmt.emulatedSystems = ["aarch64-linux"]; + boot.binfmt.emulatedSystems = ["aarch64-linux"]; nix.gc = { automatic = true;