fix: enable a bunch of startups for sshd
Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
This commit is contained in:
parent
332fa23d98
commit
c311ccf80a
|
@ -33,6 +33,9 @@ in
|
||||||
# Makes the computer go faster.
|
# Makes the computer go faster.
|
||||||
nixos.jobserver.enable = true;
|
nixos.jobserver.enable = true;
|
||||||
|
|
||||||
|
# Avoid weird failures for builders.
|
||||||
|
services.openssh.settings.MaxStartups = 100;
|
||||||
|
|
||||||
# Memory accounting techniques
|
# Memory accounting techniques
|
||||||
systemd.services.nix-daemon.serviceConfig = {
|
systemd.services.nix-daemon.serviceConfig = {
|
||||||
MemoryAccounting = true;
|
MemoryAccounting = true;
|
||||||
|
|
Loading…
Reference in a new issue