Skip to content

Commit

Permalink
stalwart 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xanderio committed Sep 21, 2024
1 parent 5bda53f commit 60caeca
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions hosts/carrot/mail.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,23 @@ let
in
{
config = {
nixpkgs.config.packageOverrides = pkgs: {
stalwart-mail = pkgs.stalwart-mail.overrideAttrs (old: rec {
version = "0.10.0";
src = pkgs.fetchFromGitHub {
owner = "stalwartlabs";
repo = "mail-server";
rev = "refs/tags/v${version}";
hash = "sha256-9qk7+LJntEmCIuxp0707OOHBVkywlAJA1QmWllR9ZHg=";
fetchSubmodules = true;
};
cargoDeps = old.cargoDeps.overrideAttrs (_: {
inherit src;
outputHash = "sha256-ziy4nrdrA+KUnXmXpLVZUUpNYy1fJm+NDqJlcezxhec=";
});
});
};

x.sops.secrets."services/stalwart/adminPwd" = { };

security.acme.certs =
Expand Down

0 comments on commit 60caeca

Please sign in to comment.