Enable strictDeps on all our toplevel packages #12
@ -30,7 +30,10 @@
|
|||||||
registrationConfigFile = config.age.secrets."secrets/nosv-token".path;
|
registrationConfigFile = config.age.secrets."secrets/nosv-token".path;
|
||||||
dockerImage = "debian:stable";
|
dockerImage = "debian:stable";
|
||||||
tagList = [ "docker" "xeon" ];
|
tagList = [ "docker" "xeon" ];
|
||||||
registrationFlags = [ "--docker-network-mode host" ];
|
registrationFlags = [
|
||||||
|
"--docker-network-mode host"
|
||||||
|
"--docker-cpus 56"
|
||||||
|
];
|
||||||
environmentVariables = {
|
environmentVariables = {
|
||||||
https_proxy = "http://localhost:23080";
|
https_proxy = "http://localhost:23080";
|
||||||
http_proxy = "http://localhost:23080";
|
http_proxy = "http://localhost:23080";
|
||||||
|
|||||||
Reference in New Issue
Block a user