Unverified Commit 0e1e6cc8 authored by Darren Rambaud's avatar Darren Rambaud
Browse files

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`
parent 577f2681
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -57,7 +57,7 @@ runTest (
      stalwart =
        { pkgs, ... }:
        {
          imports = [ ../stalwart/stalwart-mail-config.nix ];
          imports = [ ../stalwart/stalwart-config.nix ];

          networking.firewall.allowedTCPPorts = [ 587 ];