Skip to content

Commit

Permalink
switch tullia to exec driver instead of podman
Browse files Browse the repository at this point in the history
  • Loading branch information
dermetfan committed Mar 27, 2023
1 parent 661bb99 commit 48d7fec
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion nix/cells/automation/pipelines.nix
Expand Up @@ -29,6 +29,11 @@
};

memory = 1024 * 8;
nomad.resources.cpu = 10000;

nomad = {
driver = "exec";

resources.cpu = 10000;
};
};
}

0 comments on commit 48d7fec

Please sign in to comment.