From 3cfc4370f786d706a684150e8370787d23e18683 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20=E2=80=9CNiols=E2=80=9D=20Jeannerod?= Date: Tue, 1 Oct 2024 09:40:38 +0000 Subject: [PATCH] Add missing module in tests --- tests/mastodon-garage.nix | 7 ++++++- tests/pixelfed-garage.nix | 7 ++++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/tests/mastodon-garage.nix b/tests/mastodon-garage.nix index c02fe7d..2a7d177 100644 --- a/tests/mastodon-garage.nix +++ b/tests/mastodon-garage.nix @@ -37,7 +37,12 @@ pkgs.nixosTest { nodes = { server = { config, ... }: { virtualisation.memorySize = lib.mkVMOverride 4096; - imports = with self.nixosModules; [ bleedingFediverse garage-vm mastodon-vm ]; + imports = with self.nixosModules; [ + bleedingFediverse + fediversity + garage-vm + mastodon-vm + ]; # TODO: pair down environment.systemPackages = with pkgs; [ python3 diff --git a/tests/pixelfed-garage.nix b/tests/pixelfed-garage.nix index 92ef721..b301dd3 100644 --- a/tests/pixelfed-garage.nix +++ b/tests/pixelfed-garage.nix @@ -136,7 +136,12 @@ pkgs.nixosTest { memorySize = lib.mkVMOverride 8192; cores = 8; }; - imports = with self.nixosModules; [ bleedingFediverse garage-vm pixelfed-vm ]; + imports = with self.nixosModules; [ + bleedingFediverse + fediversity + garage-vm + pixelfed-vm + ]; # TODO: pair down environment.systemPackages = with pkgs; [ python3