diff options
| author | Grisha Shipunov | 2025-10-04 19:09:59 +0200 |
|---|---|---|
| committer | Grisha Shipunov | 2025-10-04 19:09:59 +0200 |
| commit | 90dd3f6df347cafb45c03c163f9a08c055bb497c (patch) | |
| tree | 36d78da91cf4617792974ffa0d954a4ad45f3cb2 /hosts | |
| parent | a1b1e37d03ac0ed499a8b0b9da74487d0d8bf9b4 (diff) | |
switch infra to cloud-hypervisor
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/conduwuit/default.nix | 2 | ||||
| -rw-r--r-- | hosts/forgejo/default.nix | 2 | ||||
| -rw-r--r-- | hosts/immich/default.nix | 4 | ||||
| -rw-r--r-- | hosts/miniflux/default.nix | 2 | ||||
| -rw-r--r-- | hosts/radicale/default.nix | 2 | ||||
| -rw-r--r-- | hosts/stream/default.nix | 6 |
6 files changed, 9 insertions, 9 deletions
diff --git a/hosts/conduwuit/default.nix b/hosts/conduwuit/default.nix index a8ce1fb..e5d051e 100644 --- a/hosts/conduwuit/default.nix +++ b/hosts/conduwuit/default.nix @@ -16,7 +16,7 @@ in }; microvm = { - hypervisor = "qemu"; + hypervisor = "cloud-hypervisor"; mem = 3 * 1024; vcpu = 2; interfaces = [ diff --git a/hosts/forgejo/default.nix b/hosts/forgejo/default.nix index 37466b2..f1b67b3 100644 --- a/hosts/forgejo/default.nix +++ b/hosts/forgejo/default.nix @@ -16,7 +16,7 @@ in }; microvm = { - hypervisor = "qemu"; + hypervisor = "cloud-hypervisor"; mem = 3 * 1024; balloon = true; vcpu = 4; diff --git a/hosts/immich/default.nix b/hosts/immich/default.nix index e097bf5..6f21ee4 100644 --- a/hosts/immich/default.nix +++ b/hosts/immich/default.nix @@ -16,8 +16,8 @@ in }; microvm = { - hypervisor = "qemu"; - mem = 4 * 1024; + hypervisor = "cloud-hypervisor"; + mem = 3 * 1024; vcpu = 2; interfaces = [ { diff --git a/hosts/miniflux/default.nix b/hosts/miniflux/default.nix index f5c5102..d1fcc34 100644 --- a/hosts/miniflux/default.nix +++ b/hosts/miniflux/default.nix @@ -16,7 +16,7 @@ in }; microvm = { - hypervisor = "qemu"; + hypervisor = "cloud-hypervisor"; mem = 1 * 1024; vcpu = 2; interfaces = [ diff --git a/hosts/radicale/default.nix b/hosts/radicale/default.nix index 1f10f43..a9095f5 100644 --- a/hosts/radicale/default.nix +++ b/hosts/radicale/default.nix @@ -16,7 +16,7 @@ in }; microvm = { - hypervisor = "qemu"; + hypervisor = "cloud-hypervisor"; mem = 1 * 1024; vcpu = 1; interfaces = [ diff --git a/hosts/stream/default.nix b/hosts/stream/default.nix index 04e10a1..d5c6cbe 100644 --- a/hosts/stream/default.nix +++ b/hosts/stream/default.nix @@ -17,9 +17,9 @@ in }; microvm = { - hypervisor = "qemu"; - mem = 4 * 1024; - vcpu = 3; + hypervisor = "cloud-hypervisor"; + mem = 3 * 1024; + vcpu = 2; interfaces = [ { type = "tap"; |
