chore: disable jobserver
Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
This commit is contained in:
parent
797d109938
commit
8c574200c1
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
|
|
Reference in a new issue