This commit is contained in:
2026-01-20 19:48:20 -05:00
parent da6b4d1915
commit 8ed67464d0
8 changed files with 65 additions and 15 deletions

View File

@@ -20,7 +20,10 @@ let
testLib = lib.extend (
final: prev: {
serviceMountWithZpool = serviceName: zpool: dirs: { ... }: { };
serviceMountWithZpool =
serviceName: zpool: dirs:
{ ... }:
{ };
}
);
@@ -41,7 +44,12 @@ pkgs.testers.runNixOSTest {
nodes = {
server =
{ config, lib, pkgs, ... }:
{
config,
lib,
pkgs,
...
}:
{
imports = [
../modules/security.nix
@@ -79,7 +87,7 @@ pkgs.testers.runNixOSTest {
# Immich needs more resources
virtualisation.diskSize = 4 * 1024;
virtualisation.memorySize = 4 * 1024; # 4GB RAM for Immich
virtualisation.memorySize = 4 * 1024; # 4GB RAM for Immich
};
client = {