bring back roundcube (with sieve)

This commit is contained in:
cy 2025-04-23 09:56:59 -04:00
parent 17e257a318
commit 9546caaa7c
Signed by: cy
SSH key fingerprint: SHA256:o/geVWV4om1QhUSkKvDQeW/eAihwnjyXkqMwrVdbuts
4 changed files with 7 additions and 0 deletions

View file

@ -187,4 +187,5 @@
enable = false;
dataDir = "/opt/karakeep";
};
my.roundcube.enable = true;
}

View file

@ -30,6 +30,7 @@ let
${remote} ${mount}
'';
ExecStop = "${lib.getExe' pkgs.fuse "fusermount"} -zu ${mount}";
Restart = "on-failure";
};
in
{