Skip to content
Snippets Groups Projects
Commit ece3ac80 authored by Seseke, David's avatar Seseke, David :floppy_disk:
Browse files

Add disk size

parent 29b72075
No related branches found
No related tags found
No related merge requests found
...@@ -43,6 +43,7 @@ ...@@ -43,6 +43,7 @@
}; };
apptainer = pkgs.singularity-tools.buildImage { apptainer = pkgs.singularity-tools.buildImage {
name = "nxenv"; name = "nxenv";
diskSize = 1024*25;
runScript = "${runscript}"; runScript = "${runscript}";
}; };
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment