deb cache setup

This commit is contained in:
tolerryan
2025-04-08 23:21:05 -05:00
parent 16255c1d0e
commit 7257a7f114
3 changed files with 14 additions and 82 deletions

View File

@@ -26,7 +26,7 @@ resource "proxmox_lxc" "debcache" {
key = "0"
slot = 0
storage = "IntelSSD"
mp = "/data"
mp = "/var/cache/apt-cacher-ng"
size = "200G"
}