chore: disable jobserver
Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
This commit is contained in:
parent
877ad54ae2
commit
bd1a250b1f
|
@ -31,7 +31,8 @@ in
|
|||
];
|
||||
|
||||
# Makes the computer go faster.
|
||||
nixos.jobserver.enable = true;
|
||||
# nixos.jobserver.enable = true;
|
||||
# TODO(raito): rework this.
|
||||
|
||||
# Avoid weird failures for builders.
|
||||
services.openssh.settings.MaxStartups = 100;
|
||||
|
|
Loading…
Reference in a new issue