Unverified Commit f39cd287 authored by Atemu's avatar Atemu Committed by GitHub
Browse files

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

parents 7f05aff1 627434d7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -5,6 +5,7 @@
  nodes.machine =
    { pkgs, ... }@args:
    {
      virtualisation.memorySize = 2048; # test hits OOM with default 1024
      environment.systemPackages = [
        pkgs.imagemagick
        pkgs.immich-cli