summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
authorGrigory Shipunov2025-01-29 22:53:13 +0000
committerGrigory Shipunov2025-01-29 22:53:13 +0000
commit7e25d80c630290b88480087973efdb4a7237a019 (patch)
treee0d84787367895a853cfb2ec3ea4683a18147a4a /hosts
parent844c482ceeb53f2f436425a863f66a235cf26413 (diff)
boot fails on 2gb of memory for some reason
Diffstat (limited to 'hosts')
-rw-r--r--hosts/auth/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/auth/default.nix b/hosts/auth/default.nix
index 05c1630..05ca8c3 100644
--- a/hosts/auth/default.nix
+++ b/hosts/auth/default.nix
@@ -17,7 +17,7 @@ in
microvm = {
hypervisor = "qemu";
- mem = 2 * 1024;
+ mem = 2 * 1024 + 512;
vcpu = 2;
interfaces = [
{