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 6d1ab802ba
commit bd0562ca1f
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, ## Memory use is expected to be dominated by the NixOS evaluation,
## which happens on the deployer. ## which happens on the deployer.
memorySize = 4 * 1024; memorySize = 4 * 1024;
diskSize = 32 * 1024; diskSize = 4 * 1024;
cores = 2; cores = 2;
}; };