cake.r: configure 4 cores
This commit is contained in:
parent
4d51e5ec77
commit
80aefebe97
@ -5,7 +5,7 @@ with import <stockholm/lib>;
|
|||||||
{
|
{
|
||||||
hosts = mapAttrs (_: setAttr "owner" config.krebs.users.makefu) {
|
hosts = mapAttrs (_: setAttr "owner" config.krebs.users.makefu) {
|
||||||
cake = rec {
|
cake = rec {
|
||||||
cores = 1;
|
cores = 4;
|
||||||
ci = false;
|
ci = false;
|
||||||
nets = {
|
nets = {
|
||||||
retiolum = {
|
retiolum = {
|
||||||
|
Loading…
Reference in New Issue
Block a user