disable arrpc

This commit is contained in:
xunuwu 2025-02-19 00:08:59 +01:00
parent 8208dce0e1
commit a6fd5e3f8a
Signed by: xun
SSH key fingerprint: SHA256:Uot/1WoAjWAeqLOHA5vYy4phhVydsH7jCPmBjaPZfgI

View file

@ -5,5 +5,5 @@
withOpenASAR = true; withOpenASAR = true;
}) })
]; ];
services.arrpc.enable = true; # RPC with vesktop (has issues with cpu usage sometimes ime) # services.arrpc.enable = true; # RPC with vesktop (has issues with cpu usage sometimes ime)
} }