From 30e4b336e55bc929d04c58f332669e41c4a472e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Max=20K=C3=A4nner?= Date: Mon, 9 Dec 2024 09:24:25 +0100 Subject: [PATCH] 463 current 1970-01-01 01:00:00 25.05.20241125.4633a7c 6.6.63 * --- hosts/MaxNixosLaptop/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/MaxNixosLaptop/configuration.nix b/hosts/MaxNixosLaptop/configuration.nix index 7fb59bf..6dd1ad8 100644 --- a/hosts/MaxNixosLaptop/configuration.nix +++ b/hosts/MaxNixosLaptop/configuration.nix @@ -195,6 +195,8 @@ randomizedDelaySec = "45min"; }; + boot.binfmt.emulatedSystems = ["aarch64-linux"]; + nix.gc = { automatic = true; dates = "10:00";