Skip to content

Commit

Permalink
stalwart: remove overlay
Browse files Browse the repository at this point in the history
  • Loading branch information
xanderio committed Oct 11, 2024
1 parent 945841a commit b71807d
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions hosts/carrot/mail.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
config,
lib,
pkgs,
inputs,
...
}:
let
Expand All @@ -16,26 +15,6 @@ let
in
{
config = {
nixpkgs.config.packageOverrides = pkgs: {
stalwart-mail =
inputs.nixpkgs-master.legacyPackages.${pkgs.system}.stalwart-mail.overrideAttrs
(old: {
passthru.webadmin = old.passthru.webadmin.overrideAttrs (old: rec {
version = "0.1.15";
src = pkgs.fetchFromGitHub {
owner = "stalwartlabs";
repo = "webadmin";
rev = "refs/tags/v${version}";
hash = "sha256-YglpdxZT5CyFLla6uXTKPtq9EbA9SEQacyR9KNToYT0=";
};
cargoDeps = old.cargoDeps.overrideAttrs {
inherit src;
outputHash = "sha256-nKtbqXaU1TOJlSSWQhnp1BKeTcbIcKdnwnfpDbRv3SM=";
};
});
});
};

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

security.acme.certs =
Expand Down

0 comments on commit b71807d

Please sign in to comment.