[Hardware/PadmeAmidala] Add zram, enable unsafe optimizations, set keyboard to mac layout

This commit is contained in:
Antoine Viallon 2022-04-15 10:03:42 +02:00
parent 44604a90b5
commit 786a2f0b9c
Signed by: aviallon
GPG key ID: 186FC35EDEB25716

View file

@ -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);