1
0
forked from c3d2/nix-config

dacbert: add 32bit platforms

This commit is contained in:
Sandro - 2022-09-27 01:48:51 +02:00
parent 68662e3503
commit e576b44105
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -76,6 +76,7 @@
trustedUsers = [ "client" ];
extraOptions = ''
builders-use-substitutes = true
extra-platforms = armv6l-linux,armv7l-linux
'';
daemonCPUSchedPolicy = "idle";
daemonIOSchedClass = "idle";