diff options
| author | Grigory Shipunov | 2025-01-29 22:53:13 +0000 |
|---|---|---|
| committer | Grigory Shipunov | 2025-01-29 22:53:13 +0000 |
| commit | 7e25d80c630290b88480087973efdb4a7237a019 (patch) | |
| tree | e0d84787367895a853cfb2ec3ea4683a18147a4a /hosts/auth/default.nix | |
| parent | 844c482ceeb53f2f436425a863f66a235cf26413 (diff) | |
boot fails on 2gb of memory for some reason
Diffstat (limited to 'hosts/auth/default.nix')
| -rw-r--r-- | hosts/auth/default.nix | 2 |
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 = [ { |
