mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 05:36:59 +01:00
Update flake inputs
This commit is contained in:
parent
4a8c665749
commit
8fae10b532
2 changed files with 21 additions and 18 deletions
|
|
@ -17,6 +17,9 @@ in {
|
|||
};
|
||||
};
|
||||
|
||||
# Required because roundcube uses psql: https://github.com/NixOS/nixpkgs/blob/46397778ef1f73414b03ed553a3368f0e7e33c2f/nixos/modules/services/mail/roundcube.nix#L247
|
||||
services.postgresql.package = pkgs.postgresql_15;
|
||||
|
||||
services.roundcube = {
|
||||
enable = true;
|
||||
plugins = [ "managesieve" ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue