summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
authorGrisha Shipunov2025-01-25 13:43:51 +0100
committerGrisha Shipunov2025-01-25 13:43:51 +0100
commite8114c1d6188a622c3f2267ebe7653fe1d82cfbf (patch)
tree5062f26ceaacfba62e9b82efcc407ace21cbbe77 /hosts
parent813ab5d40c627ba5b465ad849994a2087093d4b5 (diff)
miniflux: allocate less memory
Diffstat (limited to 'hosts')
-rw-r--r--hosts/miniflux/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/miniflux/default.nix b/hosts/miniflux/default.nix
index 5f166c3..9e9def9 100644
--- a/hosts/miniflux/default.nix
+++ b/hosts/miniflux/default.nix
@@ -18,7 +18,7 @@ in
microvm = {
hypervisor = "qemu";
- mem = 4 * 1024;
+ mem = 1 * 1024;
vcpu = 2;
interfaces = [
{