From f102f48aa1d5763e0800e7984034921c2d2e7f26 Mon Sep 17 00:00:00 2001 From: Jonas Heinrich Date: Thu, 11 May 2023 17:47:36 +0200 Subject: [PATCH] fix typo for maddy mail server setup --- vm-nextcloud.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vm-nextcloud.nix b/vm-nextcloud.nix index 7e12105..5928ec9 100644 --- a/vm-nextcloud.nix +++ b/vm-nextcloud.nix @@ -16,7 +16,7 @@ ]; imports = [ ./nextcloud.nix - "${fetchTarball "https://github.com/onny/nixpkgs/archive/maddy-creds.tar.gz"}/nixos/modules/services/mail/maddy.nix" + "${fetchTarball "https://github.com/NixOS/nixpkgs/archive/master.tar.gz"}/nixos/modules/services/mail/maddy.nix" ]; nixpkgs = { @@ -160,6 +160,7 @@ "user1@localhost".passwordFile = "${pkgs.writeText "password" "test123"}"; "user2@localhost".passwordFile = "${pkgs.writeText "password" "test123"}"; "admin@localhost".passwordFile = "${pkgs.writeText "password" "test123"}"; + ]; }; # Configure local mail delivery