update nvim for copy paste fix
This commit is contained in:
parent
0a0a4e6826
commit
f46da312a7
8 changed files with 12 additions and 12 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue