diff options
| author | Grisha Shipunov | 2025-12-13 00:01:02 +0100 |
|---|---|---|
| committer | Grisha Shipunov | 2025-12-13 00:01:02 +0100 |
| commit | be95cf97253fbf888cc21f7b4bd181a43ed2d4a8 (patch) | |
| tree | f8e6b32f3021163df6dc66538ccd060cce00c6e8 /hosts/forgejo | |
| parent | 1b59ce0ca9b41b496ad016059f5a771efe635e7d (diff) | |
use vsock in microvms
Diffstat (limited to 'hosts/forgejo')
| -rw-r--r-- | hosts/forgejo/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/forgejo/default.nix b/hosts/forgejo/default.nix index f1b67b3..dd356fa 100644 --- a/hosts/forgejo/default.nix +++ b/hosts/forgejo/default.nix @@ -17,6 +17,7 @@ in microvm = { hypervisor = "cloud-hypervisor"; + vsock.cid = 3 + 5; mem = 3 * 1024; balloon = true; vcpu = 4; |
