From 0e1e6cc841aa7a65f04935f6b31135242da36a66 Mon Sep 17 00:00:00 2001 From: Darren Rambaud <225436867+debtquity@users.noreply.github.com> Date: Sun, 1 Feb 2026 21:13:37 -0600 Subject: [PATCH] nixos/nextcloud: update test import * `stalwart` module refactored as part of https://github.com/NixOS/nixpkgs/pull/481815 resulted in rename of `../stalwart/stalwart-mail-config.nix` to `../stalwart/stalwart-config.nix` --- nixos/tests/nextcloud/with-mail.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/tests/nextcloud/with-mail.nix b/nixos/tests/nextcloud/with-mail.nix index 24f1ef283056..0a193ce76076 100644 --- a/nixos/tests/nextcloud/with-mail.nix +++ b/nixos/tests/nextcloud/with-mail.nix @@ -57,7 +57,7 @@ runTest ( stalwart = { pkgs, ... }: { - imports = [ ../stalwart/stalwart-mail-config.nix ]; + imports = [ ../stalwart/stalwart-config.nix ]; networking.firewall.allowedTCPPorts = [ 587 ];