From 786a2f0b9c32ed6a74159afbefec7c60a7592e5a Mon Sep 17 00:00:00 2001 From: Antoine Viallon Date: Fri, 15 Apr 2022 10:03:42 +0200 Subject: [PATCH] [Hardware/PadmeAmidala] Add zram, enable unsafe optimizations, set keyboard to mac layout --- general.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/general.nix b/general.nix index c2b4d24..d8d9824 100644 --- a/general.nix +++ b/general.nix @@ -176,6 +176,7 @@ in download-attempts = 5; cores = ifEnable (cfg.cores != null) cfg.cores; stalled-download-timeout = 20; + connect-timeout = 5; }; nix.maxJobs = mkIf (cfg.cores != null) (log2 cfg.cores);