From 7718720149735af0e9ed8b770c2aaf67dfc64fc3 Mon Sep 17 00:00:00 2001 From: Kerstin Humm Date: Sun, 6 Nov 2022 19:53:30 +0100 Subject: [PATCH] nixos/mastodon: increase RAM for NixOS test vm --- nixos/tests/web-apps/mastodon.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nixos/tests/web-apps/mastodon.nix b/nixos/tests/web-apps/mastodon.nix index 05cc727476d6..2e7549460a3d 100644 --- a/nixos/tests/web-apps/mastodon.nix +++ b/nixos/tests/web-apps/mastodon.nix @@ -56,6 +56,9 @@ in }; server = { pkgs, ... }: { + + virtualisation.memorySize = 2048; + networking = { interfaces.eth1 = { ipv4.addresses = [