From 9222e8d4d3b047ddd85cce53df9d31c143caacdc Mon Sep 17 00:00:00 2001
From: Evangelos Foutras <evangelos@foutrelis.com>
Date: Fri, 3 Mar 2023 20:35:12 +0200
Subject: [PATCH] Grow debuginfod volume from 100G to 125G

Chonky packages are chonky. The extra 25G should last us 6-12 months.
---
 tf-stage1/archlinux.tf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tf-stage1/archlinux.tf b/tf-stage1/archlinux.tf
index f20b8b59d..c99b5bbc2 100644
--- a/tf-stage1/archlinux.tf
+++ b/tf-stage1/archlinux.tf
@@ -601,7 +601,7 @@ variable "gitlab_pages_ipv6" {
 
 resource "hcloud_volume" "mirror" {
   name              = "mirror"
-  size              = 100
+  size              = 125
   server_id         = hcloud_server.machine["mirror.pkgbuild.com"].id
   delete_protection = true
 }
-- 
GitLab