mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-03-27 06:10:53 +01:00
Added Sieve to mailserver
This commit is contained in:
parent
7f97929c20
commit
0473e82aed
1 changed files with 2 additions and 1 deletions
|
@ -15,6 +15,8 @@ with lib;
|
|||
fqdn = "mail.julienmalka.me";
|
||||
domains = [ "malka.sh" "ens.school" ];
|
||||
|
||||
enableManageSieve = true;
|
||||
|
||||
# A list of all login accounts. To create the password hashes, use
|
||||
# nix run nixpkgs.apacheHttpd -c htpasswd -nbB "" "super secret password" | cut -d: -f2
|
||||
loginAccounts = {
|
||||
|
@ -41,6 +43,5 @@ with lib;
|
|||
sops.secrets.ensmailmondon-pw = { };
|
||||
|
||||
nix.gcRoots = [ inputs.simple-nixos-mailserver ];
|
||||
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue