flake.nix: Update NixOS release to 25.05
This commit is contained in:
parent
f110705435
commit
8c96ece585
3 changed files with 25 additions and 22 deletions
|
|
@ -94,6 +94,14 @@ in {
|
|||
)
|
||||
cfg.accounts;
|
||||
|
||||
environment.systemPackages = [
|
||||
# sieves + managesieve
|
||||
pkgs.dovecot_pigeonhole
|
||||
];
|
||||
|
||||
# For compatibility with python imaplib
|
||||
environment.etc."dovecot/modules".source = "/run/current-system/sw/lib/dovecot/modules";
|
||||
|
||||
services.dovecot2 = {
|
||||
enable = true;
|
||||
enableImap = true;
|
||||
|
|
@ -109,11 +117,6 @@ in {
|
|||
|
||||
enableLmtp = true;
|
||||
|
||||
modules = [
|
||||
# sieves + managesieve
|
||||
pkgs.dovecot_pigeonhole
|
||||
];
|
||||
|
||||
# enable managesieve
|
||||
protocols = ["sieve"];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue