restore disk size

Signed-off-by: Kiara Grouwstra <kiara@procolix.eu>
This commit is contained in:
Kiara Grouwstra 2025-10-22 14:28:29 +02:00
parent 75a16cfdf8
commit d4ce6258ba
Signed by: kiara
SSH key fingerprint: SHA256:COspvLoLJ5WC5rFb9ZDe5urVCkK4LJZOsjfF4duRJFU

View file

@ -41,7 +41,7 @@ in
## Memory use is expected to be dominated by the NixOS evaluation,
## which happens on the deployer.
memorySize = 4 * 1024;
diskSize = 32 * 1024;
diskSize = 4 * 1024;
cores = 2;
};