nixos/immich-public-proxy: increase test vm memory (#485207)

This commit is contained in:
Atemu
2026-01-30 02:01:08 +00:00
committed by GitHub
@@ -5,6 +5,7 @@
nodes.machine =
{ pkgs, ... }@args:
{
virtualisation.memorySize = 2048; # test hits OOM with default 1024
environment.systemPackages = [
pkgs.imagemagick
pkgs.immich-cli