forked from mirrors_public/oddlama_nix-config
feat: fix DNS entry listing in stalwart via patch, increase concurrent imap limit, allow aliasing existing mailboxes
This commit is contained in:
parent
938b409468
commit
d58364619f
5 changed files with 274 additions and 61 deletions
|
@ -4,6 +4,7 @@ _inputs: [
|
|||
(_final: prev: {
|
||||
deploy = prev.callPackage ./deploy.nix {};
|
||||
git-fuzzy = prev.callPackage ./git-fuzzy {};
|
||||
stalwart-mail = prev.callPackage ./stal.nix {};
|
||||
kanidm = prev.kanidm.overrideAttrs (old: let
|
||||
provisionSrc = prev.fetchFromGitHub {
|
||||
owner = "oddlama";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue