From 174f701f0b2822a79494533dfb9a9385da71b2ae Mon Sep 17 00:00:00 2001 From: VC Date: Sun, 23 Nov 2025 16:38:31 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9A=A1=EF=B8=8F:=20nerf=20git1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- terraform.tfvars | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/terraform.tfvars b/terraform.tfvars index 50ea7f6..6b6f1bd 100644 --- a/terraform.tfvars +++ b/terraform.tfvars @@ -216,22 +216,12 @@ lxc_containers = { "resticservers", "webservers", ] - memory_dedicated = 1024 - cpu_cores = 2 - features = { - nesting = true - keyctl = true - fuse = true - mount = null - } + memory_dedicated = 512 + cpu_cores = 1 disk = [{ size = "30G" path = "/srv" }, - { - size = "10G" - path = "/var/lib/docker" - }, { size = "5G" path = "/var/lib/postgresql"