update nvim for copy paste fix

This commit is contained in:
RingOfStorms (Joshua Bell) 2024-12-22 12:24:27 -06:00
parent 0a0a4e6826
commit f46da312a7
8 changed files with 12 additions and 12 deletions

View file

@ -77,7 +77,7 @@ in
distributedBuilds = true;
buildMachines = [
{
hostName = "lio_";
hostName = "lio";
system = "x86_64-linux";
protocol = "ssh-ng";
maxJobs = 32;
@ -112,7 +112,7 @@ in
# make shutdown faster for waiting
systemd.extraConfig = ''
DefaultTimeoutStopSec=15s
DefaultTimeoutStopSec=5s
'';
# Some basics