phantom: add docker

This commit is contained in:
Leonardo Eugênio 2024-09-30 11:49:48 -03:00
parent 0681134c31
commit 26a34669d0

View file

@ -56,6 +56,18 @@
identityPaths = [ "/root/.ssh/id_rsa" ];
};
virtualisation.docker = {
enable = true;
daemon.settings = {
# needed by bitbucket runner ???
log-driver = "json-file";
log-opts = {
max-size = "10m";
max-file = "3";
};
};
};
nix.settings = {
cores = 1;
max-jobs = 1;