summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
authorGrisha Shipunov2025-05-13 17:07:19 +0200
committerGrisha Shipunov2025-05-13 17:07:19 +0200
commitda105dc615310e457c7d80207e57931ad2ee95f9 (patch)
treed690b06b8684ec6539ae06e249710d8f0294bc89 /hosts
parent37009c4a7ca2b78ffe081dc8683805891d583ef7 (diff)
update ballooning option
Diffstat (limited to 'hosts')
-rw-r--r--hosts/forgejo/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/forgejo/default.nix b/hosts/forgejo/default.nix
index 5e02678..f6de473 100644
--- a/hosts/forgejo/default.nix
+++ b/hosts/forgejo/default.nix
@@ -18,7 +18,7 @@ in
microvm = {
hypervisor = "qemu";
mem = 3 * 1024;
- balloonMem = 4 * 1024;
+ balloon = true;
vcpu = 4;
interfaces = [
{