feat(services/mail): add default perUser quota
Some checks failed
Nix CI / build (push) Failing after 2m49s
Some checks failed
Nix CI / build (push) Failing after 2m49s
This commit is contained in:
parent
fe9f49aa9c
commit
9be20d24d1
1 changed files with 2 additions and 0 deletions
|
|
@ -25,6 +25,8 @@ in
|
||||||
|
|
||||||
localDnsResolver = false;
|
localDnsResolver = false;
|
||||||
|
|
||||||
|
quota.defaults.perUser = "10G";
|
||||||
|
|
||||||
accounts = {
|
accounts = {
|
||||||
"admin@${domain}" = {
|
"admin@${domain}" = {
|
||||||
hashedPasswordFile = sec."mail/serviceHashedPassword".path;
|
hashedPasswordFile = sec."mail/serviceHashedPassword".path;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue