mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-05 17:27:50 +00:00
[Hardware/PadmeAmidala] Add zram, enable unsafe optimizations, set keyboard to mac layout
This commit is contained in:
parent
44604a90b5
commit
786a2f0b9c
1 changed files with 1 additions and 0 deletions
|
|
@ -176,6 +176,7 @@ in
|
||||||
download-attempts = 5;
|
download-attempts = 5;
|
||||||
cores = ifEnable (cfg.cores != null) cfg.cores;
|
cores = ifEnable (cfg.cores != null) cfg.cores;
|
||||||
stalled-download-timeout = 20;
|
stalled-download-timeout = 20;
|
||||||
|
connect-timeout = 5;
|
||||||
};
|
};
|
||||||
|
|
||||||
nix.maxJobs = mkIf (cfg.cores != null) (log2 cfg.cores);
|
nix.maxJobs = mkIf (cfg.cores != null) (log2 cfg.cores);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue