mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-03-26 05:40:52 +01:00
Added roundcube
This commit is contained in:
parent
88e3a5c360
commit
c1d23b691e
1 changed files with 7 additions and 4 deletions
|
@ -22,7 +22,7 @@ with lib;
|
|||
loginAccounts = {
|
||||
"julien@malka.sh" = {
|
||||
hashedPasswordFile = "/run/secrets/malkash-pw";
|
||||
aliases = [ "postmaster@malka.sh" ];
|
||||
catchAll = [ "malka.sh" ];
|
||||
};
|
||||
"julien.malka@ens.school" = {
|
||||
hashedPasswordFile = "/run/secrets/ensmailmalka-pw";
|
||||
|
@ -31,13 +31,16 @@ with lib;
|
|||
hashedPasswordFile = "/run/secrets/ensmailmondon-pw";
|
||||
};
|
||||
|
||||
"docs@malka.sh" = {
|
||||
hashedPassword = "$2y$05$NdEncXtSDspL0reJDrm1NubqOrSi2IO.4qVJvsUVFDsAdItVuc2Fa";
|
||||
};
|
||||
};
|
||||
certificateScheme = 3;
|
||||
};
|
||||
|
||||
services.roundcube = {
|
||||
enable = true;
|
||||
plugins = [ "managesieve" ];
|
||||
hostName = "webmail.julienmalka.me";
|
||||
};
|
||||
|
||||
sops.secrets.malkash-pw = { };
|
||||
sops.secrets.ensmailmalka-pw = { };
|
||||
sops.secrets.ensmailmondon-pw = { };
|
||||
|
|
Loading…
Add table
Reference in a new issue